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

This commit is contained in:
2026-06-13 23:04:14 +00:00
parent 74c328b8d4
commit 9f17ba8b3b

View File

@@ -22,7 +22,7 @@ jobs:
-v "${{ github.workspace }}:/workspace:rw" \ -v "${{ github.workspace }}:/workspace:rw" \
-w /workspace \ -w /workspace \
arwynfr/armake2:debian \ arwynfr/armake2:debian \
pack /workspace "${{ env.PBO_NAME }}" pack -v /workspace "${{ env.PBO_NAME }}"
docker cp packer:/workspace/${{ env.PBO_NAME }} . docker cp packer:/workspace/${{ env.PBO_NAME }} .