Update repository_dispatch.yml to save build artifacts on fail

This commit is contained in:
Me No Dev 2024-02-27 18:29:26 +02:00 committed by GitHub
parent bc98597dc3
commit 5584108c33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,6 +16,12 @@ jobs:
GIT_AUTHOR_EMAIL: ${{ secrets.PUSH_EMAIL }}
GIT_COMMITTER_EMAIL: ${{ secrets.PUSH_EMAIL }}
run: bash ./tools/repository_dispatch.sh
- name: Upload build
if: failure()
uses: actions/upload-artifact@v3
with:
name: build
path: build
- name: Upload archive
uses: actions/upload-artifact@v3
with: