Skip to content

Commit 5584108

Browse files
authored
Update repository_dispatch.yml to save build artifacts on fail
1 parent bc98597 commit 5584108

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/repository_dispatch.yml

+6
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ jobs:
1616
GIT_AUTHOR_EMAIL: ${{ secrets.PUSH_EMAIL }}
1717
GIT_COMMITTER_EMAIL: ${{ secrets.PUSH_EMAIL }}
1818
run: bash ./tools/repository_dispatch.sh
19+
- name: Upload build
20+
if: failure()
21+
uses: actions/upload-artifact@v3
22+
with:
23+
name: build
24+
path: build
1925
- name: Upload archive
2026
uses: actions/upload-artifact@v3
2127
with:

0 commit comments

Comments
 (0)