Update .gitea/workflows/cache.yml
Some checks failed
Build OS / Build Cross-Compiler & Toolchain (push) Successful in 26s
Build OS / Build amd64 (push) Successful in 1m0s
test / test (push) Successful in 46s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m9s
C/C++ CI / ubuntu-build (push) Failing after 53s

Signed-off-by: enderice2 <enderice2@protonmail.com>
This commit is contained in:
enderice2 2025-01-28 13:34:27 +02:00
parent d8126682bf
commit 1009851d64

View File

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