Skip to content

Commit

Permalink
ci: fix cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-vagabond committed May 15, 2024
1 parent 5772f9a commit 0ec8253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/software-upgrade-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
path: |
/tmp/elys-backup
/tmp/elys2-backup
key: ${{ runner.os }}-elys-folders-${{ env.LATEST_TAG }}
key: ${{ runner.os }}-backup-directories-${{ env.LATEST_TAG }}

- name: Retrieve latest binary
run: |
Expand Down

0 comments on commit 0ec8253

Please sign in to comment.