Skip to content

Commit

Permalink
Tentative fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ybizeul committed Nov 24, 2020
1 parent a96ba74 commit a7c4634
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,14 @@ jobs:
body: ${{ steps.changelog.outputs.CHANGELOG }}
draft: false
prerelease: false
continue-on-error: true

- name: Upload Release Asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
continue-on-error: true
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: ./org.tynsoe.streamdeck.wsproxy.streamDeckPlugin
Expand Down

0 comments on commit a7c4634

Please sign in to comment.