Skip to content

Commit

Permalink
Upload failed build zip for inspection
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenraven committed Jul 12, 2022
1 parent be80e93 commit 606aded
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,17 @@ jobs:
name: thermos-server
path: build/distributions/*

- name: Tar failed build
if: failed()
run: tar -cvf failed_build.tar ./*

- name: Upload failed build
uses: actions/upload-artifact@v3
if: failed()
with:
name: failed-build
path: failed_build.tar

- name: Prepare libraries for launch
run: cp -av libraries/ build/distributions/libraries

Expand Down

0 comments on commit 606aded

Please sign in to comment.