Compare commits

...

2 Commits

Author SHA1 Message Date
Brendan Allan 6c30d81962 run publihs
publish / publish (push) Has been cancelled
publish / publish-tauri (map[host:blacksmith-4vcpu-ubuntu-2404 target:x86_64-unknown-linux-gnu]) (push) Has been cancelled
publish / publish-tauri (map[host:blacksmith-4vcpu-ubuntu-2404-arm target:aarch64-unknown-linux-gnu]) (push) Has been cancelled
publish / publish-tauri (map[host:blacksmith-4vcpu-windows-2025 target:x86_64-pc-windows-msvc]) (push) Has been cancelled
publish / publish-tauri (map[host:macos-latest target:aarch64-apple-darwin]) (push) Has been cancelled
publish / publish-tauri (map[host:macos-latest target:x86_64-apple-darwin]) (push) Has been cancelled
publish / publish-release (push) Has been cancelled
2026-01-07 13:25:51 +08:00
Brendan Allan acd1e4603e use updated tauri cli 2026-01-07 13:17:26 +08:00
+2 -1
View File
@@ -5,6 +5,7 @@ on:
push:
branches:
- dev
- brendan/fix-appimage
- snapshot-*
workflow_dispatch:
inputs:
@@ -172,7 +173,7 @@ jobs:
- name: Install tauri-cli from portable appimage branch
if: contains(matrix.settings.host, 'ubuntu')
run: |
cargo install tauri-cli --git https://github.com/tauri-apps/tauri --branch feat/truly-portable-appimage --force
cargo install tauri-cli --git https://github.com/brendonovich/tauri --branch appimage-sidecar-binaries --force
echo "Installed tauri-cli version:"
cargo tauri --version