Skip to content

Commit

Permalink
sdfsdfsd
Browse files Browse the repository at this point in the history
  • Loading branch information
oomfiee committed Sep 30, 2024
1 parent 57c974c commit 771044e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
nix build .#iso -L
mkdir iso || true
ISO=$(head -n1 result/nix-support/hydra-build-products | cut -d'/' -f6)
sudo ln -s "result/iso/${ISO}" iso/${ISO}
sha256sum "iso/${ISO}" > "iso/${ISO}.sha256"
sed -i -r "s/ .*\/(.+)/ \1/g" "iso/${ISO}.sha256"
sudo ln $ISO iso/nyx.iso
sha256sum "iso/nyx.iso" > "iso/nyx.iso.sha256"
sed -i -r "s/ .*\/(.+)/ \1/g" "iso/nyx.iso.sha256"
- name: Upload
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 771044e

Please sign in to comment.