Skip to content

Commit

Permalink
more dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
1-alex98 committed Feb 16, 2021
1 parent 05fde1d commit 18bd5ba
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,9 @@ jobs:
auto generated
draft: true
prerelease: false
- name: Upload Release Asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload Assets to Release with a wildcard
uses: csexton/release-asset-action@v2
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: ./out/make/squirrel.windows/x64/*Setup.exe
asset_name: setup.exe
asset_content_type: application/vnd.microsoft.portable-executable
pattern: "out/make/squirrel.windows/x64/*Setup.exe"
github-token: ${{ secrets.GITHUB_TOKEN }}
release-url: ${{ steps.create_release.outputs.upload_url }}

0 comments on commit 18bd5ba

Please sign in to comment.