Use release builds for JUI

This commit is contained in:
Syer10
2023-02-12 18:19:35 -05:00
parent 77ea77fa5d
commit 96e984208e
3 changed files with 9 additions and 8 deletions

View File

@@ -20,28 +20,28 @@ jobs:
arch: x64
os: ubuntu-latest
shell: bash
build: packageUberJarForCurrentOS packageDeb
build: packageReleaseUberJarForCurrentOS packageDeb
setupCl: ./scripts/SetupClUnix.sh
- runtime: linux-fedora-x64
arch: x64
os: ubuntu-latest
shell: bash
build: packageRpm
build: packageReleaseRpm
setupCl: ./scripts/SetupClUnix.sh
- runtime: osx-x64
arch: x64
os: macOS-latest
shell: bash
build: packageUberJarForCurrentOS packageDmg notarizeDmg
build: packageReleaseUberJarForCurrentOS packageReleaseDmg notarizeReleaseDmg
setupCl: ./scripts/SetupClUnix.sh
- runtime: win-x64
arch: x64
os: windows-latest
shell: powershell
build: packageUberJarForCurrentOS packageMsi
build: packageReleaseUberJarForCurrentOS packageReleaseMsi
setupCl: ./scripts/SetupClWindows.ps1
- runtime: android

View File

@@ -20,28 +20,28 @@ jobs:
arch: x64
os: ubuntu-latest
shell: bash
build: packageUberJarForCurrentOS packageDeb
build: packageReleaseUberJarForCurrentOS packageReleaseDeb
setupCl: ./scripts/SetupClUnix.sh
- runtime: linux-fedora-x64
arch: x64
os: ubuntu-latest
shell: bash
build: packageRpm
build: packageReleaseRpm
setupCl: ./scripts/SetupClUnix.sh
- runtime: osx-x64
arch: x64
os: macOS-latest
shell: bash
build: packageUberJarForCurrentOS packageDmg notarizeDmg
build: packageReleaseUberJarForCurrentOS packageReleaseDmg notarizeReleaseDmg
setupCl: ./scripts/SetupClUnix.sh
- runtime: win-x64
arch: x64
os: windows-latest
shell: powershell
build: packageUberJarForCurrentOS packageMsi
build: packageReleaseUberJarForCurrentOS packageReleaseMsi
setupCl: ./scripts/SetupClWindows.ps1
- runtime: android