From 24428c8409858c6a20229b2acce12738aea879dc Mon Sep 17 00:00:00 2001 From: Houmgaor Date: Thu, 19 Mar 2026 15:52:19 +0100 Subject: [PATCH] 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. --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ad36a3181..b10f41c77 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,6 @@ jobs: cp ${{ matrix.binary }} staging/ cp config.example.json staging/ cp config.reference.json staging/ - cp -r www/ staging/www/ cp -r savedata/ staging/savedata/ # Schema is now embedded in the binary via server/migrations/ cd staging && zip -r ../erupe-${{ matrix.os_name }}.zip .