Update build.yml
Some checks failed
Build Mission PBO / pack (push) Failing after 19s
Build Mission PBO / deploy (push) Has been skipped

This commit is contained in:
MrFastwind
2026-06-14 02:23:43 +02:00
parent 970fe97875
commit 9b2cf602ed

View File

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