From 4014716da91e69e613a348d089e634c78be48688 Mon Sep 17 00:00:00 2001 From: Marcus Quinn <6428977+marcusquinn@users.noreply.github.com> Date: Fri, 11 Apr 2025 22:55:39 +0100 Subject: [PATCH] Fix: Include assets directory in release workflow --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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