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:27:48 +00:00
parent 8c41bcd936
commit b5bd14928e

View File

@@ -25,9 +25,9 @@ jobs:
-v "${{ github.workspace }}:/workspace" \ -v "${{ github.workspace }}:/workspace" \
-w /workspace \ -w /workspace \
--entrypoint /bin/bash \ --entrypoint /bin/bash \
arwynfr/armake2:debian \ arwynfr/armake2:debian -c ' \
pack /workspace "${{ env.PBO_NAME }}"; \ armake2 pack /workspace "${{ env.PBO_NAME }}"; \
inspect "./${{ env.PBO_NAME }}" armake2 inspect "./${{ env.PBO_NAME }}"'
- name: Copy mission PBO - name: Copy mission PBO
run: | run: |