Fix release workflow validation (composite action cache key, dispatch inputs).

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-09-13 17:30:05 +03:00
Unverified
parent cfadf71541
commit 9f216e0655
3 changed files with 15 additions and 6 deletions
@@ -11,6 +11,6 @@ runs:
~/.cargo/registry
~/.cargo/git
app/desktop/windows-setup/target
key: cargo-windows-${{ runner.os }}-${{ hashFiles('app/desktop/windows-setup/Cargo.lock', 'app/desktop/windows-setup/**/*.rs') }}
key: cargo-windows-${{ runner.os }}-${{ github.sha }}
restore-keys: |
cargo-windows-${{ runner.os }}-