Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JordyRo1 committed May 7, 2024
1 parent 85bd767 commit a0bde71
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 @@ -31,10 +31,10 @@ jobs:
- name: Build artifact zip
run: |
cd filtered_artifacts
zip -r ../artifacts.zip .
zip -r ../hyerlane-starknet-${{ github.ref_name }}.zip .
cd ..
sha256sum artifacts.zip > hyerlane-starknet-${{ github.ref_name }}.CHECKSUM
md5sum artifacts.zip > hyerlane-starknet-${{ github.ref_name }}.CHECKSUM.MD5
sha256sum hyerlane-starknet-${{ github.ref_name }}.zip > hyerlane-starknet-${{ github.ref_name }}.CHECKSUM
md5sum hyerlane-starknet-${{ github.ref_name }}.zip > hyerlane-starknet-${{ github.ref_name }}.CHECKSUM.MD5
- name: Find zip files
run: |
Expand Down

0 comments on commit a0bde71

Please sign in to comment.