Skip to content

Commit

Permalink
fix: release dir
Browse files Browse the repository at this point in the history
  • Loading branch information
JordyRo1 committed May 15, 2024
1 parent bee2d65 commit 30d118c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,11 @@ jobs:
id: find_zip_files

- name: Release Artifact
working-directory: ${{ env.working-directory}}
uses: softprops/action-gh-release@v1
with:
files: |
hyperlane-starknet-${{ github.ref_name }}.zip
hyperlane-starknet-${{ github.ref_name }}.CHECKSUM
hyperlane-starknet-${{ github.ref_name }}.CHECKSUM.MD5
./contracts/hyperlane-starknet-${{ github.ref_name }}.zip
./contracts/hyperlane-starknet-${{ github.ref_name }}.CHECKSUM
./contracts/hyperlane-starknet-${{ github.ref_name }}.CHECKSUM.MD5

0 comments on commit 30d118c

Please sign in to comment.