Fix cache save

This commit is contained in:
ted-cdw 2023-02-21 21:23:30 -05:00
parent d32b6cfcf6
commit d943f1bc18

View file

@ -85,4 +85,4 @@ jobs:
uses: actions/cache/save@v3 uses: actions/cache/save@v3
with: with:
path: ${{ env.NEW_CACHE_DIR }} path: ${{ env.NEW_CACHE_DIR }}
key: key: ${{ env.CACHE_KEY }} key: ${{ env.CACHE_KEY }}