Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sunekochhansen authored Aug 27, 2024
1 parent e06806f commit d5ec213
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
- name: Upload ISO as an artifact (for non-release events)
if: github.event_name != 'release'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.FILENAME }}
path: ${{ env.FILENAME }}.iso
name: ${{ env.FILENAME }}.iso
path: ./image/${{ env.FILENAME }}.iso

- name: Upload ISO to release (only for release events)
if: github.event_name == 'release'
Expand Down

0 comments on commit d5ec213

Please sign in to comment.