Skip to content

Commit

Permalink
fix: hyperlane artifacts name
Browse files Browse the repository at this point in the history
  • Loading branch information
JordyRo1 committed May 7, 2024
1 parent d3988f2 commit 7a943bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
artifacts.zip
artifacts.zip.sha256
artifacts.zip.md5
hyerlane-starknet-${{ github.ref_name }}.zip
hyerlane-starknet-${{ github.ref_name }}.zip.sha256
hyerlane-starknet-${{ github.ref_name }}.zip.md5

0 comments on commit 7a943bb

Please sign in to comment.