mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 06:42:05 +01:00
Upload logs on failure
This commit is contained in:
9
.github/workflows/Build.yml
vendored
9
.github/workflows/Build.yml
vendored
@@ -102,6 +102,15 @@ jobs:
|
|||||||
build/compose/binaries/main/*/
|
build/compose/binaries/main/*/
|
||||||
build/compose/jars/
|
build/compose/jars/
|
||||||
!build/compose/binaries/main/app/
|
!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:
|
ReleaseBinaries:
|
||||||
name: Make a release
|
name: Make a release
|
||||||
needs: [BuildBinaries]
|
needs: [BuildBinaries]
|
||||||
|
|||||||
Reference in New Issue
Block a user