Skip to content

Commit b01671e

Browse files
committed
fix: github release action cannot find tauri script
1 parent 95898ea commit b01671e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/oneclient_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
releaseName: OneClient __VERSION__
4444
releaseDraft: true
4545
prerelease: ${{ startsWith(github.ref, 'refs/tags/v') && contains(github.ref, '-alpha') || false }}
46-
tauriScript: pnpm oneclient:desktop
46+
tauriScript: pnpm -w oneclient:desktop
4747
args: ${{ matrix.args }}
4848
projectPath: ./apps/oneclient/desktop/

.github/workflows/onelauncher_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
releaseName: OneLauncher __VERSION__
4444
releaseDraft: true
4545
prerelease: ${{ startsWith(github.ref, 'refs/tags/v') && contains(github.ref, '-alpha') || false }}
46-
tauriScript: pnpm onelauncher:desktop
46+
tauriScript: pnpm -w onelauncher:desktop
4747
args: ${{ matrix.args }}
4848
projectPath: ./apps/onelauncher/desktop/

0 commit comments

Comments
 (0)