You've already forked AstralRinth
forked from didirus/AstralRinth
Update tauri configurations and CI build file
This commit is contained in:
2
.github/workflows/astralrinth-build.yml
vendored
2
.github/workflows/astralrinth-build.yml
vendored
@@ -143,7 +143,7 @@ jobs:
|
||||
if: matrix.platform == 'windows-latest'
|
||||
shell: pwsh
|
||||
run: |
|
||||
$env:JAVA_HOME = "$env:JAVA_HOME_11_X64"
|
||||
$env:JAVA_HOME = "$env:JAVA_HOME_17_X64"
|
||||
pnpm --filter=@modrinth/app run tauri build --config tauri-release.conf.json --verbose --bundles 'nsis'
|
||||
env:
|
||||
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
|
||||
|
||||
Reference in New Issue
Block a user