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 d5ec213 commit 7a3423e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ jobs:
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ${{ env.FILENAME }}.iso
asset_name: ${{ env.FILENAME }}
asset_path: ./image/${{ env.FILENAME }}.iso
asset_name: ${{ env.FILENAME }}.iso
asset_content_type: application/octet-stream

0 comments on commit 7a3423e

Please sign in to comment.