We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6512709 + 3c8668c commit 76c5527Copy full SHA for 76c5527
.github/workflows/release-gui.yml
@@ -68,6 +68,7 @@ jobs:
68
69
- name: Get Cargo deps hash (exclude root package version for stable cache key)
70
id: cargo-deps-hash
71
+ shell: bash
72
run: |
73
# Normalise root package version in Cargo.lock so version bumps don't invalidate cache
74
HASH=$(awk '/^name = "memory-sync-gui"$/{print; getline; sub(/version = ".*"/, "version = \"0.0.0\""); print; next} 1' gui/src-tauri/Cargo.lock | sha256sum | cut -d' ' -f1)
0 commit comments