Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mms-gianni committed Mar 2, 2021
1 parent 5b4c9e1 commit f8ab262
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 @@ -33,7 +33,7 @@ jobs:
draft: false
prerelease: false
- name: Upload linux binary
id: upload-release-asset
id: upload-release-linux-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -43,7 +43,7 @@ jobs:
asset_name: git-project.linux.64bit
asset_content_type: application/x-binary
- name: Upload mac binary
id: upload-release-asset
id: upload-release-mac-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -53,7 +53,7 @@ jobs:
asset_name: git-project.mac.64bit
asset_content_type: application/x-binary
- name: Upload windows binary
id: upload-release-asset
id: upload-release-windows-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit f8ab262

Please sign in to comment.