Skip to content

Commit

Permalink
try with -b
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored Jun 30, 2023
1 parent d48f926 commit d71047e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: |
source os/etc/terraform.conf
for iso in *.iso *.img.xz; do
sha256sum "${iso}" >> "${iso}".sha256
sha256sum -b "${iso}" >> "${iso}".sha256
rclone copyto --progress --s3-no-check-bucket "${iso}.sha256" "wasabi:dl.rhinolinux.org/releases/${VERSION}${SUBVER}/${iso}.sha256"
rclone copyto --progress --s3-no-check-bucket "${iso}" "wasabi:dl.rhinolinux.org/releases/${VERSION}${SUBVER}/${iso}";
done

0 comments on commit d71047e

Please sign in to comment.