Skip to content

Commit e2471ab

Browse files
committed
ci(build): switch to 10up WordPress plugin zip action for reliable artifact creation
1 parent 7b5e273 commit e2471ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
# Step 3: Use a dedicated WordPress plugin build Action to create the .zip file.
158158
# This action is smart: it excludes development files like .git, node_modules, etc.
159159
- name: Create WordPress plugin ZIP
160-
uses: wordpress-actions/zip@v1.0.1
160+
uses: 10up/actions-wordpress@stable
161161
with:
162162
# The output file name for the zip file. The slug is your plugin's directory name.
163163
zip-name: ${{ github.event.repository.name }}.zip

0 commit comments

Comments
 (0)