Skip to content

Commit 00b7ddb

Browse files
committed
corrects asset variable name?
1 parent 027f7ad commit 00b7ddb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deployments.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ jobs:
7070
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7171
with:
7272
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
73-
asset_path: ./dist/yakyak-${{YAKYAK_VERSION}}-win32-x64.zip
74-
asset_name: yakyak-${{YAKYAK_VERSION}}-win32-x64.zip
73+
asset_path: ./dist/yakyak-${YAKYAK_VERSION}-win32-x64.zip
74+
asset_name: yakyak-${YAKYAK_VERSION}-win32-x64.zip
7575
asset_content_type: application/zip

0 commit comments

Comments
 (0)