Merge pull request #27481 from woocommerce/update/action-build-v2
Updated woocommerce/action-build to v2
This commit is contained in:
commit
77fe18e0a0
|
@ -11,9 +11,9 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
- name: Build
|
||||
id: build
|
||||
uses: woocommerce/action-build@master
|
||||
uses: woocommerce/action-build@v2
|
||||
with:
|
||||
generate-zip: true
|
||||
generate_zip: true
|
||||
- name: Upload release asset
|
||||
uses: actions/upload-release-asset@v1
|
||||
env:
|
||||
|
|
|
@ -17,9 +17,9 @@ jobs:
|
|||
ref: ${{ matrix.build }}
|
||||
- name: Build
|
||||
id: build
|
||||
uses: woocommerce/action-build@master
|
||||
uses: woocommerce/action-build@v2
|
||||
with:
|
||||
generate-zip: true
|
||||
generate_zip: true
|
||||
- name: Deploy nightly build
|
||||
uses: WebFreak001/deploy-nightly@v1.0.3
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue