Skip to content

Commit

Permalink
Added solc checksum into release note
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghaven committed May 19, 2023
1 parent 56b6dfc commit 2eaad56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Create release

on:
push:
branches: [ main ]
tags:
- "v*.*.*"
pull_request:
Expand Down Expand Up @@ -91,6 +90,7 @@ jobs:
- name: Calculating checksums of the binary
working-directory: ${{ github.workspace }}/build
run: |
sha256sum solc-static-linux >> checksums.txt
sha256sum EventManager.bin >> checksums.txt
sha256sum EventManager.abi >> checksums.txt
sha256sum PubSubService.bin >> checksums.txt
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
run: |
python3 ${{ github.workspace }}/tests/GasCostEvalMultiPubs.py
- name: Run subscribe gas cost evaluation
- name: Run deployment gas cost evaluation
run: |
python3 ${{ github.workspace }}/tests/GasCostEvalDeploy.py
Expand Down

0 comments on commit 2eaad56

Please sign in to comment.