From 97a56904a53235e6f78a6b2de8779880571206bb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 25 Jan 2026 00:46:40 +0000 Subject: [PATCH] Initialize zip content tracking Co-authored-by: Valorith <76063792+Valorith@users.noreply.github.com> --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4bf1d75f5..0ffba0dbe 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -68,6 +68,7 @@ jobs: exit 1 fi + ZIP_CONTENTS="" zip_add() { zip -uj eqemu-server-linux-x64.zip "$1" }