We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cc299c commit 85479b4Copy full SHA for 85479b4
.github/workflows/t-bytecode-compare.yml
@@ -87,6 +87,11 @@ jobs:
87
# We need more than just a single revision to be able to use diff
88
fetch-depth: 0
89
90
+ - name: Patch bytecode script to use develop branch for unreleased versions
91
+ run: |
92
+ sed -i 's/--branch "v\${solidity_version}"/--branch "develop"/' \
93
+ solidity/scripts/solc-bin/bytecode_reports_for_modified_binaries.sh
94
+
95
- name: Generate reports from matching release binaries
96
run: |
97
base_dir="$PWD"
0 commit comments