Skip to content

Commit 07590b4

Browse files
authoredDec 11, 2021
Update release asset upload step in deploy action
1 parent 5ecbbbb commit 07590b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2525
with:
2626
upload_url: ${{ github.event.release.upload_url }}
27-
asset_path: ${{ github.workspace }}/${{ github.event.repository.name }}.zip
27+
asset_path: ${{ steps.deploy.outputs.zip-path }}
2828
asset_name: ${{ github.event.repository.name }}.zip
29-
asset_content_type: application/zip
29+
asset_content_type: application/zip

0 commit comments

Comments
 (0)
Please sign in to comment.