Skip to content

Commit a438afb

Browse files
authored
Merge pull request #6161 from menloresearch/ci/fix-tauri-linux-build
ci: fix tauri build nightly for linux
2 parents d13043e + b0dbe67 commit a438afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jan-tauri-build-nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
new_version: ${{ needs.get-update-version.outputs.new_version }}
107107
channel: nightly
108108
cortex_api_port: '39261'
109-
disable_updater: ${{ github.event.inputs.disable_updater }}
109+
disable_updater: ${{ github.event.inputs.disable_updater == 'true' }}
110110

111111
sync-temp-to-latest:
112112
needs:

0 commit comments

Comments
 (0)