Skip to content

Commit

Permalink
Apply suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
arkid15r committed Jan 6, 2025
1 parent 19299f5 commit 40a9efd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,8 @@ jobs:

- name: Compute SHA1 checksums
run: |
for file in dist/*; do
cd dist
for file in *; do
sha1sum "$file" > "$file.sha1"
done
Expand Down

0 comments on commit 40a9efd

Please sign in to comment.