Skip to content

Commit 60b57d2

Browse files
committed
Renamed .build-sha to build-sha as we ignore hidden files
1 parent 24ede18 commit 60b57d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
working-directory: plugins/hwp-previews
2525
run: |
2626
composer install --no-dev --optimize-autoloader
27-
echo "${GITHUB_SHA}" > .build-sha
27+
echo "${GITHUB_SHA}" > build-sha.txt
2828
rm -f plugin-build/hwp-previews.zip
2929
mkdir -p plugin-build
3030
composer archive -vvv --format=zip --file="plugin-build/hwp-previews" --dir="."

plugins/hwp-previews/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"/phpcs-cache.json",
7171
"/Thumbs.db",
7272
"/auth.json",
73-
"/.DS_Store"
73+
"/.DS_Store",
7474
]
7575
},
7676
"autoload": {

0 commit comments

Comments
 (0)