Skip to content

Commit

Permalink
Fix minor discrepancies between preview and release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Syer10 committed Mar 31, 2024
1 parent e023e7e commit 1bad146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
arch: x64
os: ubuntu-latest
shell: bash
build: packageReleaseUberJarForCurrentOS packageDeb
build: packageReleaseUberJarForCurrentOS packageReleaseDeb
setupCl: ./scripts/SetupClUnix.sh

- runtime: osx-x64
arch: x64
os: macOS-12
os: macOS-latest
shell: bash
build: packageReleaseUberJarForCurrentOS packageReleaseDmg notarizeReleaseDmg
setupCl: ./scripts/SetupClUnix.sh
Expand Down

0 comments on commit 1bad146

Please sign in to comment.