fix(ci): remove www/ copy from release archive

www/ contains only a gitignored jp/ subdirectory with dev notes.
The directory is absent in CI, causing cp to fail on release builds.
This commit is contained in:
Houmgaor
2026-03-19 15:52:19 +01:00
parent 90948bfb71
commit 24428c8409

View File

@@ -51,7 +51,6 @@ jobs:
cp ${{ matrix.binary }} staging/ cp ${{ matrix.binary }} staging/
cp config.example.json staging/ cp config.example.json staging/
cp config.reference.json staging/ cp config.reference.json staging/
cp -r www/ staging/www/
cp -r savedata/ staging/savedata/ cp -r savedata/ staging/savedata/
# Schema is now embedded in the binary via server/migrations/ # Schema is now embedded in the binary via server/migrations/
cd staging && zip -r ../erupe-${{ matrix.os_name }}.zip . cd staging && zip -r ../erupe-${{ matrix.os_name }}.zip .