From 6ad0a00056fe122e4ed107e0957e8acbad815237 Mon Sep 17 00:00:00 2001 From: REDCODE Date: Thu, 11 Jun 2026 01:36:16 +0200 Subject: [PATCH] Fix CI pack source path: use /workspace instead of mission folder name The git repo root IS the mission folder. actions/checkout puts files directly in the workspace, so there's no subdirectory matching the mission folder name. Use /workspace (the container mount point) as the pack source. --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 3d6c217..ae950aa 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -23,7 +23,7 @@ jobs: -w /workspace \ arwynfr/armake2:debian \ pack \ - "CTI 34 KP Liberation v0.96.7a Ruha.ruha" \ + /workspace \ "${{ env.PBO_NAME }}" - name: Verify PBO integrity