Skip to content

Commit

Permalink
ci: improve key name
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Jan 6, 2024
1 parent a5f4c83 commit 1313a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
id: cache-mariadb-mysql-kbs
with:
path: ~/.cargo/bin/mariadb-mysql-kbs
key: ${{ runner.os }}-cargo-bin-kbs-1.3.0-rc2
key: ${{ runner.os }}-cargo-bin-mariadb-mysql-kbs-1.3.0-rc2
- name: Set up toolchain
if: steps.cache-mariadb-mysql-kbs.outputs.cache-hit != 'true'
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 1313a81

Please sign in to comment.