Skip to content

Commit

Permalink
testtt
Browse files Browse the repository at this point in the history
  • Loading branch information
oomfiee committed Sep 30, 2024
1 parent 978ae3b commit 623f6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
nix build .#iso -L
mkdir iso || true
ISO=$(head -n1 result/nix-support/hydra-build-products | cut -d'/' -f6)
sudo mv "result/iso/${ISO}" iso/${ISO}
sudo cp "result/iso/${ISO}" iso/${ISO}
sha256sum "iso/${ISO}" > "iso/${ISO}.sha256"
sed -i -r "s/ .*\/(.+)/ \1/g" "iso/${ISO}.sha256"
- name: Upload
Expand Down

0 comments on commit 623f6c4

Please sign in to comment.