Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DaneEveritt committed Oct 23, 2020
1 parent bae63c4 commit 1f3394b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ jobs:
prerelease: ${{ contains(github.ref, 'beta') || contains(github.ref, 'alpha') }}

- name: Upload amd64 Binary
id: upload-release-binary
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -86,7 +85,6 @@ jobs:
asset_content_type: application/octet-stream

- name: Upload arm64 Binary
id: upload-release-binary
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -97,7 +95,6 @@ jobs:
asset_content_type: application/octet-stream

- name: Upload arm Binary
id: upload-release-binary
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -108,7 +105,6 @@ jobs:
asset_content_type: application/octet-stream

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

0 comments on commit 1f3394b

Please sign in to comment.