Github Action : Change base cache key

This commit is contained in:
Magne Sjaastad 2020-05-21 18:35:44 +02:00
parent 805c735ad3
commit 80ee1256e7

View File

@ -73,7 +73,7 @@ jobs:
uses: actions/cache@v1
with:
path: ${{ env.BUILDCACHE_DIR }}
key: ${{ matrix.config.name }}-cache-${{ steps.cache_timestamp_string.outputs.timestamp }}
key: ${{ matrix.config.name }}-cache-v01-${{ steps.cache_timestamp_string.outputs.timestamp }}
# restore-keys: ${{ matrix.config.name }}-cache-
- name: Create Folder for buildcache
run: New-Item ${{ env.BUILDCACHE_DIR }} -ItemType "directory" -Force