Make sure the zip file is called woocommerce.zip
This commit is contained in:
parent
f7a1ccafce
commit
5c2bf5f2b4
|
@ -21,5 +21,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
upload_url: ${{ github.event.release.upload_url }}
|
upload_url: ${{ github.event.release.upload_url }}
|
||||||
asset_path: ${{ steps.build.outputs.zip_path }}
|
asset_path: ${{ steps.build.outputs.zip_path }}
|
||||||
asset_name: ${{ github.event.repository.name }}.zip
|
asset_name: woocommerce.zip
|
||||||
asset_content_type: application/zip
|
asset_content_type: application/zip
|
||||||
|
|
Loading…
Reference in New Issue