Trying restore and save method
This commit is contained in:
@ -130,16 +130,15 @@ jobs:
|
||||
path: build/bin/linux
|
||||
|
||||
- name: Restore Cache
|
||||
uses: https://gitea.com/actions/cache@v3
|
||||
uses: https://gitea.com/actions/cache/restore@v3
|
||||
with:
|
||||
path: |
|
||||
~/steamcmd/config/
|
||||
~/steamcmd/ssfn*
|
||||
~/steamcmd/
|
||||
./steam_build_output/
|
||||
key: steam-cache-${{ runner.os }}-${{ github.ref_name }}-v2
|
||||
key: steam-cache-${{ runner.os }}-${{ github.ref_name }}-v3
|
||||
restore-keys: |
|
||||
steam-cache-${{ runner.os }}-
|
||||
steam-cache-
|
||||
steam-cache-${{ runner.os }}
|
||||
steam-cache
|
||||
|
||||
- name: Read Cache
|
||||
run: |
|
||||
@ -168,4 +167,12 @@ jobs:
|
||||
ls -la ~/
|
||||
echo "Files in steamcmd directory:"
|
||||
ls -la ~/steamcmd/
|
||||
# ls -la ~/steamcmd/config/
|
||||
# ls -la ~/steamcmd/config/
|
||||
|
||||
- name: Save Cache
|
||||
uses: https://gitea.com/actions/cache/save@v3
|
||||
with:
|
||||
path: |
|
||||
~/steamcmd/
|
||||
./steam_build_output/
|
||||
key: steam-cache-${{ runner.os }}-${{ github.ref_name }}-v3
|
||||
Reference in New Issue
Block a user