Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
b988fbbec0 |
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -40,6 +40,10 @@ jobs:
|
|||||||
cp -r languages build/wp-fix-plugin-does-not-exist-notices/
|
cp -r languages build/wp-fix-plugin-does-not-exist-notices/
|
||||||
fi
|
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: |
|
||||||
cd build
|
cd build
|
||||||
|
Reference in New Issue
Block a user