diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 46b7660..6e9c681 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,6 +40,10 @@ jobs: 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 run: | cd build