Skip to content

Commit

Permalink
Use separate ids for separate upload tasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
LindirQuenya committed Jul 15, 2022
1 parent cefde2c commit 23c5e31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
draft: false
prerelease: false
- name: Upload alpine.qcow2
id: upload_release
id: upload_alpine
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -44,7 +44,7 @@ jobs:
asset_name: alpine.qcow2
asset_content_type: application/octet-stream
- name: Upload dummy.qcow2
id: upload_release
id: upload_dummy
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 23c5e31

Please sign in to comment.