Skip to content

Commit

Permalink
Remove upload setup in generate_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiyozz committed Mar 18, 2021
1 parent 01f3896 commit 4590236
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/generate-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,26 +61,6 @@ jobs:
body: ${{ steps.extract_changelog.outputs.content }}
prerelease: false

- uses: actions/upload-release-asset@v1
if: success()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: './dist/PCA LE.Setup.exe'
asset_name: PCA LE.Setup.exe
asset_content_type: application/octet-stream

- uses: actions/upload-release-asset@v1
if: success()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: './dist/PCA SE.Setup.exe'
asset_name: PCA SE.Setup.exe
asset_content_type: application/octet-stream

- uses: actions/upload-release-asset@v1
if: success()
env:
Expand Down

0 comments on commit 4590236

Please sign in to comment.