Skip to content

Commit 59f8af1

Browse files
[FIX]
1 parent 9e56e7f commit 59f8af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-page-custom.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6464
with:
6565
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
66-
asset_path: ./dist
66+
asset_path: dist
6767
asset_name: deploy_dist.zip
6868
asset_content_type: application/zip
6969

0 commit comments

Comments
 (0)