trying a proper cache key

This commit is contained in:
Stephen Hawes
2023-06-10 20:35:44 -04:00
parent 64be488d0b
commit c815ba7648

View File

@@ -123,7 +123,7 @@ jobs:
- uses: actions/cache@v3 - uses: actions/cache@v3
with: with:
path: pcb-images/ # Note that this path is not influenced by working-directory set in defaults, for example 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: generate-bom:
name: Generate BOM name: Generate BOM
@@ -214,7 +214,7 @@ jobs:
- uses: actions/cache@v3 - uses: actions/cache@v3
with: with:
path: pcb-images path: pcb-images
key: 0042E1DE88 key: ${{ runner.os }}-build-${{ env.cache-name }}
# - name: Download PCB Images # - name: Download PCB Images
# if: github.event_name != 'release' # if: github.event_name != 'release'