Fix: Include assets directory in release workflow
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -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
|
||||||
|
Reference in New Issue
Block a user