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

This commit is contained in:
2026-06-13 23:18:44 +00:00
parent 7e3b4c89c7
commit 84bb67d10c

View File

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