mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-21 23:22:34 +01:00
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:
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -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 .
|
||||||
|
|||||||
Reference in New Issue
Block a user