Trying restore and save method
Some checks failed
godot-ci export / Windows Export (push) Successful in 1m17s
godot-ci export / Linux Export (push) Successful in 1m16s
godot-ci export / Steam Publish (push) Failing after 1m24s

This commit is contained in:
2025-07-06 12:18:55 -07:00
parent beaad933ba
commit b9b9cf27d1

View File

@ -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: |
@ -169,3 +168,11 @@ jobs:
echo "Files in steamcmd directory:"
ls -la ~/steamcmd/
# 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