Skip to content

Commit 92aac34

Browse files
committed
Remove version number from the zip file as github action does not support dynamic file name yet.
1 parent ec29ae8 commit 92aac34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
GITHUB_TOKEN: ${{ secrets.GH_ACTION_TOKEN }}
4141
with:
4242
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
43-
asset_path: ./extension-*.zip
43+
asset_path: ./extension.zip
4444
asset_name: Chrome Extension
4545
asset_content_type: application/zip

0 commit comments

Comments
 (0)