From 84dc66df1041f5c31468380117b6966573e29d67 Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Wed, 8 Jan 2025 05:39:39 -0800 Subject: [PATCH] fix cache id for generate symbols --- .github/workflows/generate-symbols.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate-symbols.yml b/.github/workflows/generate-symbols.yml index 8f13adbb4f..7c81b4844e 100644 --- a/.github/workflows/generate-symbols.yml +++ b/.github/workflows/generate-symbols.yml @@ -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 @@ -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