Skip to content

Commit

Permalink
chore(ci): update cache key in release workflow
Browse files Browse the repository at this point in the history
The cache key for the cargo and target directories in the release workflow is updated from 'ntangler' to 'ntangler'. This change ensures the correct cache key is used during the build process.
  • Loading branch information
rrrodzilla committed Jun 29, 2024
1 parent 398f2fa commit 320f589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Cache cargo & target directories
uses: Swatinem/rust-cache@v2
with:
key: "ntangler"
key: "ntangler"
- name: Build binary
uses: houseabsolute/actions-rust-cross@v0
with:
Expand Down

0 comments on commit 320f589

Please sign in to comment.