Skip to content

Commit 2eaad56

Browse files
committed
Added solc checksum into release note
1 parent 56b6dfc commit 2eaad56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Create release
22

33
on:
44
push:
5-
branches: [ main ]
65
tags:
76
- "v*.*.*"
87
pull_request:
@@ -91,6 +90,7 @@ jobs:
9190
- name: Calculating checksums of the binary
9291
working-directory: ${{ github.workspace }}/build
9392
run: |
93+
sha256sum solc-static-linux >> checksums.txt
9494
sha256sum EventManager.bin >> checksums.txt
9595
sha256sum EventManager.abi >> checksums.txt
9696
sha256sum PubSubService.bin >> checksums.txt
@@ -122,7 +122,7 @@ jobs:
122122
run: |
123123
python3 ${{ github.workspace }}/tests/GasCostEvalMultiPubs.py
124124
125-
- name: Run subscribe gas cost evaluation
125+
- name: Run deployment gas cost evaluation
126126
run: |
127127
python3 ${{ github.workspace }}/tests/GasCostEvalDeploy.py
128128

0 commit comments

Comments
 (0)