diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 3cfefb166e2..7a8fd359ebd 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -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: diff --git a/.github/workflows/nightly-builds.yml b/.github/workflows/nightly-builds.yml index c5bf5a3c3e5..e6da161930c 100644 --- a/.github/workflows/nightly-builds.yml +++ b/.github/workflows/nightly-builds.yml @@ -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: