Merge pull request #27481 from woocommerce/update/action-build-v2

Updated woocommerce/action-build to v2
This commit is contained in:
Claudio Sanches 2020-08-25 14:01:02 -03:00 committed by GitHub
commit 77fe18e0a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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: