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 7a943bb commit 85bd767
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
cd filtered_artifacts
zip -r ../artifacts.zip .
cd ..
sha256sum artifacts.zip > artifacts.zip.sha256
md5sum artifacts.zip > artifacts.zip.md5
sha256sum artifacts.zip > hyerlane-starknet-${{ github.ref_name }}.CHECKSUM
md5sum artifacts.zip > hyerlane-starknet-${{ github.ref_name }}.CHECKSUM.MD5
- name: Find zip files
run: |
Expand All @@ -46,7 +46,7 @@ jobs:
with:
files: |
hyerlane-starknet-${{ github.ref_name }}.zip
hyerlane-starknet-${{ github.ref_name }}.zip.sha256
hyerlane-starknet-${{ github.ref_name }}.zip.md5
hyerlane-starknet-${{ github.ref_name }}.CHECKSUM
hyerlane-starknet-${{ github.ref_name }}.CHECKSUM.MD5
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests
name: tests
on:
push:
pull_request:
Expand Down

0 comments on commit 85bd767

Please sign in to comment.