Skip to content
This repository has been archived by the owner on Aug 17, 2021. It is now read-only.

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lunnlew committed Nov 20, 2019
1 parent a48c3f8 commit 24ca188
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ReleaseBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,6 @@ jobs:
draft: false
prerelease: false
- name: Upload Release Asset For Win
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ./stream-downloader.exe
asset_name: stream-downloader-winx64.exe
asset_content_type: application/vnd.microsoft.portable-executable
- name: Upload Release Asset For Linux
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 24ca188

Please sign in to comment.