Skip to content

Commit d92022d

Browse files
[test]
1 parent 60d11b9 commit d92022d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ jobs:
5757
env:
5858
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5959
with:
60-
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
61-
asset_path: dist
60+
upload_url: ${{ steps.create_release.outputs.upload_url }}
6261
asset_name: deploy_dist.zip
6362
asset_content_type: application/zip
6463

0 commit comments

Comments
 (0)