We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1230fb commit e3ecd79Copy full SHA for e3ecd79
.github/workflows/publish.yml
@@ -38,10 +38,8 @@ jobs:
38
with:
39
tool: tauri-cli
40
git: https://github.com/tauri-apps/tauri
41
- # BEST: pin a commit for stable caching & reproducibility
42
- # rev: <commit-sha>
43
- # If you must follow the branch:
44
- rev: feat/truly-portable-appimage
+ # branch: feat/truly-portable-appimage
+ rev: b5573c1db2bb6118594b586a6aa51aeb37aa7d84
45
46
- name: Show tauri-cli version
47
run: cargo tauri --version
0 commit comments