Skip to content

Commit

Permalink
fix hash targets
Browse files Browse the repository at this point in the history
  • Loading branch information
t-katsumura committed Apr 24, 2024
1 parent c53cb8d commit 06561b3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/slsa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
ls -la ./packages/
- run: |
cd ./packages/
sha256sum hello-* >> ./SHA256SUMS
sha1sum hello-* >> ./SHA1SUMS
md5sum hello-* >> ./MD5SUMS
sha256sum hello* >> ./SHA256SUMS
sha1sum hello* >> ./SHA1SUMS
md5sum hello* >> ./MD5SUMS
- uses: softprops/action-gh-release@v2
with:
files: ./packages/*
Expand All @@ -72,9 +72,9 @@ jobs:
ls -la ./packages/
- run: |
cd ./packages/
sha256sum hello-* >> ./SHA256SUMS
sha1sum hello-* >> ./SHA1SUMS
md5sum hello-* >> ./MD5SUMS
sha256sum hello* >> ./SHA256SUMS
sha1sum hello* >> ./SHA1SUMS
md5sum hello* >> ./MD5SUMS
- uses: softprops/action-gh-release@v2
with:
files: ./packages/*
Expand Down

0 comments on commit 06561b3

Please sign in to comment.