You've already forked AstralRinth
forked from didirus/AstralRinth
Fix linux action (#57)
This commit is contained in:
2
.github/workflows/tauri-build.yml
vendored
2
.github/workflows/tauri-build.yml
vendored
@@ -8,7 +8,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
platform: [macos-latest, windows-latest]
|
||||
platform: [macos-latest, windows-latest, ubuntu-20.04]
|
||||
|
||||
runs-on: ${{ matrix.platform }}
|
||||
defaults:
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"withGlobalTauri": false
|
||||
},
|
||||
"package": {
|
||||
"productName": "theseus_gui",
|
||||
"productName": "theseus",
|
||||
"version": "0.0.0"
|
||||
},
|
||||
"tauri": {
|
||||
|
||||
Reference in New Issue
Block a user