Update .gitea/workflows/build.yml
All checks were successful
Build Mission PBO / pack (push) Successful in 5s
Build Mission PBO / deploy (push) Has been skipped

This commit is contained in:
2026-06-13 23:17:04 +00:00
parent 600145e0d7
commit be59719980

View File

@@ -19,12 +19,14 @@ jobs:
- name: Pack mission folder into PBO
run: |
docker run --name packer \
--user "$(id -u):$(id -g)" \
-v "${{ github.workspace }}:/workspace" \
-w /workspace \
arwynfr/armake2:debian \
pack -v /workspace "${{ env.PBO_NAME }}"
docker run --rm \
--user "$(id -u):$(id -g)" \
-v "${{ github.workspace }}:/workspace" \
-w /workspace \
arwynfr/armake2:debian \