Skip to content

Commit

Permalink
fix(ci): not using build cache in release
Browse files Browse the repository at this point in the history
  • Loading branch information
PhotonQuantum committed Aug 21, 2023
1 parent edc80a9 commit 7ddba87
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 @@ -49,7 +49,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
name: Rust Cache
with:
shared-key: build-${{ matrix.target }}-${{ github.ref }}
shared-key: build-${{ matrix.target }}-refs/heads/master
- uses: taiki-e/upload-rust-binary-action@v1
name: Build and Upload
with:
Expand Down

0 comments on commit 7ddba87

Please sign in to comment.