File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments