From c815ba76488f289cccc99cf6b2a09f9003bcc15e Mon Sep 17 00:00:00 2001 From: Stephen Hawes Date: Sat, 10 Jun 2023 20:35:44 -0400 Subject: [PATCH] trying a proper cache key --- .github/workflows/export-bom.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/export-bom.yaml b/.github/workflows/export-bom.yaml index 5e1e744..4ba6aea 100644 --- a/.github/workflows/export-bom.yaml +++ b/.github/workflows/export-bom.yaml @@ -123,7 +123,7 @@ jobs: - uses: actions/cache@v3 with: path: pcb-images/ # Note that this path is not influenced by working-directory set in defaults, for example - key: 0042E1DE88 + key: ${{ runner.os }}-build-${{ env.cache-name }} generate-bom: name: Generate BOM @@ -214,7 +214,7 @@ jobs: - uses: actions/cache@v3 with: path: pcb-images - key: 0042E1DE88 + key: ${{ runner.os }}-build-${{ env.cache-name }} # - name: Download PCB Images # if: github.event_name != 'release'