We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ecbbbb commit 07590b4Copy full SHA for 07590b4
.github/workflows/deploy.yml
@@ -24,6 +24,6 @@ jobs:
24
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25
with:
26
upload_url: ${{ github.event.release.upload_url }}
27
- asset_path: ${{ github.workspace }}/${{ github.event.repository.name }}.zip
+ asset_path: ${{ steps.deploy.outputs.zip-path }}
28
asset_name: ${{ github.event.repository.name }}.zip
29
- asset_content_type: application/zip
+ asset_content_type: application/zip
0 commit comments