mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 06:42:05 +01:00
Start preparing for multiplatform support
This commit is contained in:
8
.github/workflows/Preview.yml
vendored
8
.github/workflows/Preview.yml
vendored
@@ -102,9 +102,9 @@ jobs:
|
||||
with:
|
||||
name: runner-package-${{ matrix.runtime }}
|
||||
path: |
|
||||
build/compose/binaries/main/*/
|
||||
build/compose/jars/
|
||||
!build/compose/binaries/main/app/
|
||||
desktop/build/compose/binaries/main/*/
|
||||
desktop/build/compose/jars/
|
||||
!desktop/build/compose/binaries/main/app/
|
||||
|
||||
# Upload runner errors
|
||||
- name: Upload error logs
|
||||
@@ -113,7 +113,7 @@ jobs:
|
||||
with:
|
||||
name: runner-errors-${{ matrix.runtime }}
|
||||
path: |
|
||||
build/compose/logs/
|
||||
desktop/build/compose/logs/
|
||||
ReleaseBinaries:
|
||||
name: Make a release
|
||||
needs: [ BuildBinaries ]
|
||||
|
||||
Reference in New Issue
Block a user