Skip to content

Commit

Permalink
Fix yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
julienvincent committed Nov 13, 2023
1 parent da57a05 commit a5697ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
path: bin

- name: Calculate checksums
runs: |
run: |
for file in bin/*; do
shasum -a 256 "$file" >> checksums.txt
done
Expand Down

0 comments on commit a5697ab

Please sign in to comment.