mirror of
https://github.com/fromchat-messenger/app.git
synced 2026-09-22 19:15:05 +03:00
Fix release workflow validation (composite action cache key, dispatch inputs).
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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 }}-
|
||||
|
||||
Reference in New Issue
Block a user