Skip to content

Commit 84dc66d

Browse files
committed
fix cache id for generate symbols
1 parent 7dc5eea commit 84dc66d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate-symbols.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
structures_ref: ${{ inputs.structures_ref }}
5353
artifact-name: dfhack-symbols-linux64-build
5454
append-date-and-hash: false
55-
cache-id: release
55+
cache-id: test
5656
cache-readonly: true
5757
plugins: false
5858
secrets: inherit
@@ -65,7 +65,7 @@ jobs:
6565
structures_ref: ${{ inputs.structures_ref }}
6666
artifact-name: dfhack-symbols-windows64-build
6767
append-date-and-hash: false
68-
cache-id: release
68+
cache-id: test
6969
cache-readonly: true
7070
plugins: false
7171
secrets: inherit

0 commit comments

Comments
 (0)