Fix minor discrepancies between preview and release builds

This commit is contained in:
Syer10
2024-03-30 20:58:42 -04:00
parent e023e7e0b4
commit 1bad146bf5

View File

@@ -20,12 +20,12 @@ jobs:
arch: x64 arch: x64
os: ubuntu-latest os: ubuntu-latest
shell: bash shell: bash
build: packageReleaseUberJarForCurrentOS packageDeb build: packageReleaseUberJarForCurrentOS packageReleaseDeb
setupCl: ./scripts/SetupClUnix.sh setupCl: ./scripts/SetupClUnix.sh
- runtime: osx-x64 - runtime: osx-x64
arch: x64 arch: x64
os: macOS-12 os: macOS-latest
shell: bash shell: bash
build: packageReleaseUberJarForCurrentOS packageReleaseDmg notarizeReleaseDmg build: packageReleaseUberJarForCurrentOS packageReleaseDmg notarizeReleaseDmg
setupCl: ./scripts/SetupClUnix.sh setupCl: ./scripts/SetupClUnix.sh