From 96e984208ee112a72faeef1207dd4a84edf310d4 Mon Sep 17 00:00:00 2001 From: Syer10 Date: Sun, 12 Feb 2023 18:19:35 -0500 Subject: [PATCH] Use release builds for JUI --- .github/workflows/Build.yml | 8 ++++---- .github/workflows/Preview.yml | 8 ++++---- .gitignore | 1 + 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 54088f20..efe87a91 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -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 diff --git a/.github/workflows/Preview.yml b/.github/workflows/Preview.yml index 5ac8e5b8..a63271e4 100644 --- a/.github/workflows/Preview.yml +++ b/.github/workflows/Preview.yml @@ -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 diff --git a/.gitignore b/.gitignore index 7699c1e0..6da393e3 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ build/ *.settings.xml tmp/ Tachidesk.jar +/wix311 # Eclipse .classpath