Reformat build workflows

This commit is contained in:
Syer10
2022-01-18 18:41:01 -05:00
parent 45ff620c3d
commit ca8494a6fb
2 changed files with 187 additions and 183 deletions

View File

@@ -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

View File

@@ -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