mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 06:42:05 +01:00
Fix minor discrepancies between preview and release builds
This commit is contained in:
4
.github/workflows/Build.yml
vendored
4
.github/workflows/Build.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user