mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-16 17:51:01 +00:00
Nightly release workflow fix (#378)
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
This commit is contained in:
@@ -125,7 +125,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
result=$(./resolc-${{ matrix.target }} --bin crates/integration/contracts/flipper.sol)
|
result=$(./resolc-${{ matrix.target }} --bin crates/integration/contracts/flipper.sol)
|
||||||
echo $result
|
echo $result
|
||||||
if [[ $result == *'0x50564d'* ]]; then exit 0; else exit 1; fi
|
if [[ $result == *'50564d'* ]]; then exit 0; else exit 1; fi
|
||||||
|
|
||||||
- name: Upload artifacts (nightly)
|
- name: Upload artifacts (nightly)
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user