Skip to content

Commit

Permalink
ASDAS
Browse files Browse the repository at this point in the history
  • Loading branch information
oomfiee committed Sep 30, 2024
1 parent 7158078 commit a5c730e
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/build_iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ jobs:
gh release upload "${{ github.ref }}" "${artefact}" --clobber
done
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
if [ "$(gh release view "${{ github.ref }}" --json assets --template '{{len .assets}}')" -lt 0 ]; then
exit 1
fi
gh release edit "${{ github.ref }}" --draft=false
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/v')
with:
files: "nyx*.iso*"

0 comments on commit a5c730e

Please sign in to comment.