We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56b6dfc commit 2eaad56Copy full SHA for 2eaad56
.github/workflows/create-release.yaml
@@ -2,7 +2,6 @@ name: Create release
2
3
on:
4
push:
5
- branches: [ main ]
6
tags:
7
- "v*.*.*"
8
pull_request:
@@ -91,6 +90,7 @@ jobs:
91
90
- name: Calculating checksums of the binary
92
working-directory: ${{ github.workspace }}/build
93
run: |
+ sha256sum solc-static-linux >> checksums.txt
94
sha256sum EventManager.bin >> checksums.txt
95
sha256sum EventManager.abi >> checksums.txt
96
sha256sum PubSubService.bin >> checksums.txt
@@ -122,7 +122,7 @@ jobs:
122
123
python3 ${{ github.workspace }}/tests/GasCostEvalMultiPubs.py
124
125
- - name: Run subscribe gas cost evaluation
+ - name: Run deployment gas cost evaluation
126
127
python3 ${{ github.workspace }}/tests/GasCostEvalDeploy.py
128
0 commit comments