Skip to content

Commit 62c938d

Browse files
committed
Hopefully fixing filename issue.
1 parent 6e9a707 commit 62c938d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/plugin-artifact-for-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
composer install --no-dev --optimize-autoloader
2727
echo "${GITHUB_SHA}" > .build-sha
2828
rm -f plugin-build/hwp-previews.zip
29-
composer archive -vvv --format=zip --file="plugin-build/testing"
29+
composer archive -vvv --format=zip --file="plugin-build/hwp-previews.zip" --dir=plugin-build
3030
3131
- name: Upload plugin artifact
3232
uses: actions/upload-artifact@v4

plugins/hwp-previews/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
"name": "hwp-previews",
5454
"exclude": [
5555
"/.*",
56-
"!.wordpress-org",
5756
"bin",
5857
"docker",
5958
"docs",
@@ -70,7 +69,8 @@
7069
"/ACTIONS_AND_FILTERS.md",
7170
"/phpcs-cache.json",
7271
"/Thumbs.db",
73-
"/auth.json"
72+
"/auth.json",
73+
"/.DS_Store"
7474
]
7575
},
7676
"autoload": {

0 commit comments

Comments
 (0)