Skip to content

Commit

Permalink
fixed double id
Browse files Browse the repository at this point in the history
  • Loading branch information
colthreepv committed Feb 14, 2021
1 parent 5aeedbe commit c341a4b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
prerelease: false

- name: Upload Linux Binary
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -50,7 +49,6 @@ jobs:
asset_content_type: application/x-executable

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

0 comments on commit c341a4b

Please sign in to comment.