mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 06:42:05 +01:00
Reformat build workflows
This commit is contained in:
7
.github/workflows/Build.yml
vendored
7
.github/workflows/Build.yml
vendored
@@ -72,7 +72,7 @@ jobs:
|
||||
if: ${{ matrix.runtime == 'linux-centos-x64' }}
|
||||
uses: Syer10/CentOS-Java16-Action@v1
|
||||
with:
|
||||
command: ./gradlew ${{ matrix.build }}
|
||||
command: ./gradlew ${{ matrix.build }} --stacktrace
|
||||
|
||||
- name: Build
|
||||
if: ${{ matrix.runtime != 'linux-centos-x64' }}
|
||||
@@ -109,6 +109,11 @@ jobs:
|
||||
needs: [ BuildBinaries ]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Download Build Artifacts
|
||||
uses: actions/download-artifact@v2
|
||||
|
||||
|
||||
3
.github/workflows/Preview.yml
vendored
3
.github/workflows/Preview.yml
vendored
@@ -9,7 +9,6 @@ concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
|
||||
jobs:
|
||||
BuildBinaries:
|
||||
name: Build application packages
|
||||
@@ -79,7 +78,6 @@ jobs:
|
||||
if: ${{ matrix.runtime != 'linux-centos-x64' }}
|
||||
uses: gradle/gradle-build-action@v2
|
||||
with:
|
||||
cache-disabled: true
|
||||
arguments: >
|
||||
${{ matrix.build }}
|
||||
-Pcompose.desktop.mac.sign=true
|
||||
@@ -113,6 +111,7 @@ jobs:
|
||||
needs: [ BuildBinaries ]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
Reference in New Issue
Block a user