Skip to content

Commit f5f42c3

Browse files
committed
update syntax for v4 upload
Signed-off-by: Jacob Salmela <[email protected]>
1 parent ef9cc2e commit f5f42c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/generate_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@ jobs:
9494
GITHUB_TOKEN: ${{ secrets.AP_GITHUB_TOKEN }}
9595
with:
9696
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
97-
asset_path: ./ascii_planets_${{ steps.bump.outputs.tag }}.zip
98-
asset_name: ascii_planets_${{ steps.bump.outputs.tag }}.zip
99-
asset_content_type: application/zip
97+
path: ./ascii_planets_${{ steps.bump.outputs.tag }}.zip
98+
#asset_name: ascii_planets_${{ steps.bump.outputs.tag }}.zip
99+
#asset_content_type: application/zip

0 commit comments

Comments
 (0)