Skip to content

Commit

Permalink
Update build_iso.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oomfiee authored Nov 23, 2024
1 parent 81d1fc3 commit 7df8326
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/build_iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,13 @@ jobs:
sha256sum "iso/nyx.iso" > "iso/nyx.iso.sha256"
sed -i -r "s/ .*\/(.+)/ \1/g" "iso/nyx.iso.sha256"
ls -la iso
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/v')
- name: Upload ISO as artifact
id: upload
uses: actions/upload-artifact@v4
with:
files: "./iso/*"
name: ISO
path: |
./result/iso/*.iso
if-no-files-found: error
retention-days: 0
compression-level: 0

0 comments on commit 7df8326

Please sign in to comment.