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

This commit is contained in:
2026-06-13 23:16:00 +00:00
parent e543c4266a
commit 600145e0d7

View File

@@ -19,11 +19,17 @@ jobs:
- name: Pack mission folder into PBO
run: |
docker run --name packer \
-v "${{ github.workspace }}:/workspace:rw" \
-v "${{ github.workspace }}:/workspace" \
-w /workspace \
arwynfr/armake2:debian \
pack -v /workspace "${{ env.PBO_NAME }}"
docker run --rm \
-v "${{ github.workspace }}:/workspace" \
-w /workspace \
arwynfr/armake2:debian \
inspect "./${{ env.PBO_NAME }}"
- name: Copy mission PBO
run: |
docker cp packer:/workspace/${{ env.PBO_NAME }} .