Fix CI pack source path: use /workspace instead of mission folder name
All checks were successful
Build Mission PBO / pack (push) Successful in 8s
Build Mission PBO / deploy (push) Has been skipped

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.
This commit is contained in:
2026-06-11 01:36:16 +02:00
parent c502ec56bb
commit 6ad0a00056

View File

@@ -23,7 +23,7 @@ jobs:
-w /workspace \ -w /workspace \
arwynfr/armake2:debian \ arwynfr/armake2:debian \
pack \ pack \
"CTI 34 KP Liberation v0.96.7a Ruha.ruha" \ /workspace \
"${{ env.PBO_NAME }}" "${{ env.PBO_NAME }}"
- name: Verify PBO integrity - name: Verify PBO integrity