Skip to content

Commit

Permalink
Fix artifact uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade committed Nov 8, 2023
1 parent 0336c38 commit aa78400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: fedora-iso
path: builddir/iso/*.iso
path: builddir/iso/*

- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
builddir/iso/*.iso
builddir/iso/*

0 comments on commit aa78400

Please sign in to comment.