Skip to content

Commit ee4a15a

Browse files
committed
Merge branch 'develop' into trunk
2 parents 14e99dd + 981d936 commit ee4a15a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- name: Checkout
2727
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28-
28+
2929
- name: Download build zip
3030
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
3131
with:

.github/workflows/generate-zip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: npm ci --no-optional
3737

3838
- name: Build plugin
39-
run: npm run build
39+
run: npm run build:webpack
4040

4141
- name: Generate ZIP file
4242
uses: 10up/action-wordpress-plugin-build-zip@b9e621e1261ccf51592b6f3943e4dc4518fca0d1 # v1.0.2

.github/workflows/qit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.2
5050
with:
5151
name: ${{ github.event.repository.name }}
52+
path: ${{ github.event.repository.name }}
5253

5354
- name: Build plugin zip
5455
run: zip -r ${{ github.event.repository.name }}.zip ${{ github.event.repository.name }}

0 commit comments

Comments
 (0)