Skip to content

Commit

Permalink
Another yaml release update
Browse files Browse the repository at this point in the history
  • Loading branch information
Khopa committed Dec 15, 2020
1 parent 6395399 commit 787c93b
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,7 @@ jobs:
body_path: releasenotes.md
draft: false
prerelease: ${{ steps.version.outputs.prerelease }}

- uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./dcs_liberation.exe
asset_name: dcs_liberation.${{ steps.version.outputs.number }}.exe
asset_content_type: application/exe


- uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit 787c93b

Please sign in to comment.