Skip to content

Commit

Permalink
Fix duplicated ids in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aitorpazos committed Feb 27, 2021
1 parent e6fd9f6 commit 5bb4f62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
draft: true
prerelease: false
- name: Upload min Release Asset
id: upload-release-asset
id: upload-release-asset-min
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -40,7 +40,7 @@ jobs:
asset_name: shamir-manage-min-${{ github.ref }}.iso
asset_content_type: application/octet-stream
- name: Upload xfce Release Asset
id: upload-release-asset
id: upload-release-asset-xfce
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 5bb4f62

Please sign in to comment.