diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fb813f1..baad02e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,6 +28,7 @@ jobs: cp readme.txt build/fix-plugin-does-not-exist-notices/ cp LICENSE build/fix-plugin-does-not-exist-notices/ cp README.md build/fix-plugin-does-not-exist-notices/ + cp -r assets build/fix-plugin-does-not-exist-notices/ - name: Create ZIP file run: | @@ -65,4 +66,4 @@ jobs: env: SVN_USERNAME: ${{ secrets.SVN_USERNAME }} SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} - SLUG: fix-plugin-does-not-exist-notices \ No newline at end of file + SLUG: fix-plugin-does-not-exist-notices