Skip to content

Commit

Permalink
fix: release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EvolveArt committed Oct 10, 2024
1 parent 7534d9c commit cb66826
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: artifact
runs-on: ubuntu-latest
env:
working-directory: ./contracts
working-directory: ./cairo
steps:
- uses: actions/checkout@v4
- uses: software-mansion/setup-scarb@v1
Expand Down Expand Up @@ -54,6 +54,6 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
./contracts/hyperlane-starknet-${{ github.ref_name }}.zip
./contracts/hyperlane-starknet-${{ github.ref_name }}.CHECKSUM
./contracts/hyperlane-starknet-${{ github.ref_name }}.CHECKSUM.MD5
./cairo/hyperlane-starknet-${{ github.ref_name }}.zip
./cairo/hyperlane-starknet-${{ github.ref_name }}.CHECKSUM
./cairo/hyperlane-starknet-${{ github.ref_name }}.CHECKSUM.MD5

0 comments on commit cb66826

Please sign in to comment.