Fix: Include assets directory in release workflow

This commit is contained in:
2025-04-11 22:55:39 +01:00
parent 613c4f43b6
commit 4014716da9

View File

@ -28,6 +28,7 @@ jobs:
cp readme.txt build/fix-plugin-does-not-exist-notices/ cp readme.txt build/fix-plugin-does-not-exist-notices/
cp LICENSE 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 README.md build/fix-plugin-does-not-exist-notices/
cp -r assets build/fix-plugin-does-not-exist-notices/
- name: Create ZIP file - name: Create ZIP file
run: | run: |
@ -65,4 +66,4 @@ jobs:
env: env:
SVN_USERNAME: ${{ secrets.SVN_USERNAME }} SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SLUG: fix-plugin-does-not-exist-notices SLUG: fix-plugin-does-not-exist-notices