Update .gitea/workflows/cache.yml
All checks were successful
Build OS / Build Cross-Compiler & Toolchain (push) Successful in 1m36s
Build OS / Build amd64 (push) Successful in 55s

Signed-off-by: enderice2 <enderice2@protonmail.com>
This commit is contained in:
enderice2 2025-01-28 14:35:54 +02:00
parent 1009851d64
commit 914f266650

View File

@ -36,7 +36,7 @@ jobs:
uses: actions/cache@v4
with:
path: gyatto
key: ${{ runner.os }}-cross-${{ hashFiles('tools/Makefile') }}
key: ${{ runner.os }}-cross-${{ hashFiles('gyatt') }}
- name: Upload Artifact
uses: actions/upload-artifact@v3