woocommerce/action-build@v2 always build a zip file
This commit is contained in:
parent
889250b4f7
commit
079572ae50
|
@ -12,8 +12,6 @@ jobs:
|
|||
- name: Build
|
||||
id: build
|
||||
uses: woocommerce/action-build@v2
|
||||
with:
|
||||
generate_zip: true
|
||||
- name: Upload release asset
|
||||
uses: actions/upload-release-asset@v1
|
||||
env:
|
||||
|
|
|
@ -18,8 +18,6 @@ jobs:
|
|||
- name: Build
|
||||
id: build
|
||||
uses: woocommerce/action-build@v2
|
||||
with:
|
||||
generate_zip: true
|
||||
- name: Deploy nightly build
|
||||
uses: WebFreak001/deploy-nightly@v1.0.3
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue