Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ecanuto committed May 14, 2024
1 parent 825e61a commit fb8dc96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'

- name: Upload original image artifact
run: gh release upload "${{ env.GITHUB_RELEASE }}" ${{ env.SOURCE_IMGFILE }} --clobber
run: gh release upload "${{ env.GITHUB_RELEASE }}" *.qcow2 --clobber
# run: gh release upload "${{ env.GITHUB_RELEASE }}" ${{ env.SOURCE_IMGFILE }} --clobber

customize:
name: Customize image
Expand Down

0 comments on commit fb8dc96

Please sign in to comment.