Skip to content

Commit

Permalink
Fixed gas eval path in release
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghaven committed May 13, 2023
1 parent 9e8c9d3 commit 65f4fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Run gas cost evaluation
run: |
python3 ${{ github.workspace }}/tests/GanacheContractTests.py eval
python3 ${{ github.workspace }}/utils/GanacheContractTests.py eval
- name: Calculating checksums of the binary
working-directory: ${{ github.workspace }}/build
Expand Down

0 comments on commit 65f4fde

Please sign in to comment.