Skip to content

Commit

Permalink
fix cache id for generate symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Jan 8, 2025
1 parent 7dc5eea commit 84dc66d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-symbols.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
structures_ref: ${{ inputs.structures_ref }}
artifact-name: dfhack-symbols-linux64-build
append-date-and-hash: false
cache-id: release
cache-id: test
cache-readonly: true
plugins: false
secrets: inherit
Expand All @@ -65,7 +65,7 @@ jobs:
structures_ref: ${{ inputs.structures_ref }}
artifact-name: dfhack-symbols-windows64-build
append-date-and-hash: false
cache-id: release
cache-id: test
cache-readonly: true
plugins: false
secrets: inherit
Expand Down

0 comments on commit 84dc66d

Please sign in to comment.