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

This commit is contained in:
MrFastwind
2026-06-14 02:26:26 +02:00
parent 9b2cf602ed
commit 1a3bb4a561

View File

@@ -29,12 +29,11 @@ jobs:
args: inspect "build/${{ env.PBO_NAME }}"
- name: Upload PBO as artifact
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v3
with:
name: ${{ env.PBO_NAME }}
path: build/${{ env.PBO_NAME }}
if-no-files-found: error
archive: false
deploy:
if: false
@@ -42,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download PBO artifact
uses: actions/download-artifact@v6
uses: actions/download-artifact@v3
with:
name: ${{ env.PBO_NAME }}