reading out this whole folder now
All checks were successful
godot-ci export / Steam Publish (push) Successful in 39s

This commit is contained in:
2025-07-06 12:43:40 -07:00
parent f0e4c617f5
commit a374eabc49

View File

@ -129,23 +129,23 @@ jobs:
# name: linux # name: linux
# path: build/bin/linux # path: build/bin/linux
- name: Restore Cache # - name: Restore Cache
uses: https://gitea.com/actions/cache/restore@v3 # uses: https://gitea.com/actions/cache/restore@v3
with: # with:
path: | # path: |
~/steamcmd/ # ~/steamcmd/
./steam_build_output/ # ./steam_build_output/
key: steam-cache-${{ runner.os }}-${{ github.ref_name }}-v3 # key: steam-cache-${{ runner.os }}-${{ github.ref_name }}
restore-keys: | # restore-keys: |
steam-cache-${{ runner.os }} # steam-cache-${{ runner.os }}
steam-cache # steam-cache
- name: Read Cache # - name: Read Cache
run: | # run: |
# The Read Cache step is now handled by the actions/cache@v3 restore process. # # The Read Cache step is now handled by the actions/cache@v3 restore process.
# This step can be removed or left for debugging. # # This step can be removed or left for debugging.
echo "Files in steamcmd directory:" # echo "Files in steamcmd directory:"
ls -la ~/steamcmd/ # ls -la ~/steamcmd/
# - name: Update VDF # - name: Update VDF
# run: | # run: |
@ -167,14 +167,15 @@ jobs:
ls -la ~/ ls -la ~/
echo "Files in steamcmd directory:" echo "Files in steamcmd directory:"
ls -la ~/steamcmd/ ls -la ~/steamcmd/
echo "Files in steam config directory:" echo "Files in steam directory:"
ls -la ~/Steam/ ls -la ~/Steam/
# ls -la ~/steamcmd/config/ echo "Files in steam config directory:"
ls -la ~/Steam/config
- name: Save Cache # - name: Save Cache
uses: https://gitea.com/actions/cache/save@v3 # uses: https://gitea.com/actions/cache/save@v3
with: # with:
path: | # path: |
~/steamcmd/ # ~/steamcmd/
./steam_build_output/ # ./steam_build_output/
key: steam-cache-${{ runner.os }}-${{ github.ref_name }}-v3 # key: steam-cache-${{ runner.os }}-${{ github.ref_name }}