Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
b988fbbec0 | |||
ac3e47a147 |
13
.github/workflows/release.yml
vendored
13
.github/workflows/release.yml
vendored
@ -28,10 +28,21 @@ jobs:
|
|||||||
cp readme.txt build/wp-fix-plugin-does-not-exist-notices/
|
cp readme.txt build/wp-fix-plugin-does-not-exist-notices/
|
||||||
cp LICENSE build/wp-fix-plugin-does-not-exist-notices/
|
cp LICENSE build/wp-fix-plugin-does-not-exist-notices/
|
||||||
cp README.md build/wp-fix-plugin-does-not-exist-notices/
|
cp README.md build/wp-fix-plugin-does-not-exist-notices/
|
||||||
cp -r assets build/wp-fix-plugin-does-not-exist-notices/
|
|
||||||
cp -r admin build/wp-fix-plugin-does-not-exist-notices/
|
cp -r admin build/wp-fix-plugin-does-not-exist-notices/
|
||||||
cp -r includes build/wp-fix-plugin-does-not-exist-notices/
|
cp -r includes build/wp-fix-plugin-does-not-exist-notices/
|
||||||
|
|
||||||
|
# Copy directories if they exist
|
||||||
|
if [ -d "assets" ]; then
|
||||||
|
cp -r assets build/wp-fix-plugin-does-not-exist-notices/
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ -d "languages" ]; then
|
||||||
cp -r languages build/wp-fix-plugin-does-not-exist-notices/
|
cp -r languages build/wp-fix-plugin-does-not-exist-notices/
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ -d ".wordpress-org" ]; then
|
||||||
|
cp -r .wordpress-org build/wp-fix-plugin-does-not-exist-notices/
|
||||||
|
fi
|
||||||
|
|
||||||
- name: Create ZIP file
|
- name: Create ZIP file
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user