Skip to content

Commit

Permalink
corrects asset variable name?
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Dec 12, 2020
1 parent 027f7ad commit 00b7ddb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,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: ./dist/yakyak-${{YAKYAK_VERSION}}-win32-x64.zip
asset_name: yakyak-${{YAKYAK_VERSION}}-win32-x64.zip
asset_path: ./dist/yakyak-${YAKYAK_VERSION}-win32-x64.zip
asset_name: yakyak-${YAKYAK_VERSION}-win32-x64.zip
asset_content_type: application/zip

0 comments on commit 00b7ddb

Please sign in to comment.