We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29ff2fa commit 62daa41Copy full SHA for 62daa41
1 file changed
examples/deploy-on-publishing-a-new-release-and-attach-a-zip-file-to-the-release.yml
@@ -29,4 +29,5 @@ jobs:
29
upload_url: ${{ github.event.release.upload_url }}
30
asset_path: ${{ steps.deploy.outputs.zip-path }}
31
asset_name: ${{ github.event.repository.name }}.zip
32
- asset_content_type: application/zip
+ asset_content_type: application/zip
33
+
0 commit comments