Skip to content

Commit

Permalink
Upload logs on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Syer10 committed Jun 22, 2021
1 parent 40d9adc commit db85974
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,15 @@ jobs:
build/compose/binaries/main/*/
build/compose/jars/
!build/compose/binaries/main/app/
# Upload runner errors
- name: Upload error logs
uses: actions/upload-artifact@v2
if: ${{ failure() }}
with:
name: runner-errors-${{ matrix.runtime }}
path: |
build/compose/logs/
ReleaseBinaries:
name: Make a release
needs: [BuildBinaries]
Expand Down

0 comments on commit db85974

Please sign in to comment.