Might work, might not.

This commit is contained in:
J. Fronny 2019-12-19 20:53:50 +01:00 committed by GitHub
parent d6b082fcff
commit 29f4b9ca05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -54,6 +54,6 @@ jobs:
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: ./$Env:GITHUB_WORKSPACE\Release.zip
asset_path: ./Release.zip
asset_name: Release.zip
asset_content_type: application/zip