Skip to content

Commit

Permalink
Update parameters to rust-cache action
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-wh committed Oct 28, 2024
1 parent bfdd961 commit 9704624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
# Caching not needed on custom runner
if: ${{ ! startsWith(matrix.os, 'win-sign') }}
with:
sharedKey: ${{ matrix.target }}
shared-key: ${{ matrix.target }}
- name: Run deploy script
shell: bash
# Signing key env is required for signing dll's on windows
Expand Down

0 comments on commit 9704624

Please sign in to comment.