Skip to content

Commit

Permalink
Fix release workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
luigifcruz committed Aug 17, 2020
1 parent 532557f commit 74b2db6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: make release

- name: Upload Debian Release
id: upload-release-asset
id: upload-debian-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -33,7 +33,7 @@ jobs:
asset_content_type: application/vnd.debian.binary-package

- name: Upload Arch Release
id: upload-release-asset
id: upload-arch-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -44,7 +44,7 @@ jobs:
asset_content_type: application/x-tar

- name: Upload Fedora Release
id: upload-release-asset
id: upload-fedora-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 74b2db6

Please sign in to comment.