Skip to content

Commit 798fde5

Browse files
author
Zack
committed
Fix asset name
1 parent ebbfda9 commit 798fde5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535
with:
3636
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
37-
asset_path: ./my-artifact.zip
38-
asset_name: my-artifact.zip
37+
asset_path: ./Archive.zip
38+
asset_name: Archive.zip
3939
asset_content_type: application/zip

0 commit comments

Comments
 (0)