diff --git a/.github/workflows/release-nightly.yml b/.github/workflows/release-nightly.yml index d27f697..7e1122c 100644 --- a/.github/workflows/release-nightly.yml +++ b/.github/workflows/release-nightly.yml @@ -125,7 +125,7 @@ jobs: run: | result=$(./resolc-${{ matrix.target }} --bin crates/integration/contracts/flipper.sol) 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) uses: actions/upload-artifact@v4