Skip to content

Commit

Permalink
use good
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored Jul 1, 2023
1 parent 819c887 commit 7361b9b
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 @@ -46,8 +46,8 @@ jobs:
- name: Upload assets to Wasabi
run: |
source os/etc/terraform.conf
mkdir builds/
for iso in *.iso *.img.xz; do
mkdir builds
mv "${iso}"/"${iso}" builds/
sha256sum "builds/${iso}" >> "builds/${iso}".sha256
rclone copyto --progress --s3-no-check-bucket "builds/${iso}.sha256" "wasabi:dl.rhinolinux.org/releases/${VERSION}${SUBVER}/${iso}.sha256"
Expand Down

0 comments on commit 7361b9b

Please sign in to comment.