fix fg_cache...
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m58s

This commit is contained in:
Daniella / Tove 2024-06-12 18:39:29 +02:00
parent 1c88ab0c5b
commit fe31ff5f19
Signed by: TudbuT
GPG key ID: B3CF345217F202D3
2 changed files with 2 additions and 2 deletions

View file

@ -25,9 +25,9 @@ jobs:
- name: Initialize Gradle
uses: https://github.com/gradle/actions/setup-gradle@v3
- name: Initialize ForgeGradle cache
id: cache-fg
uses: actions/cache@v4
with:
key: fg_cache
path: |
Client/build/fg_cache
Loader/build/fg_cache

View file

@ -27,9 +27,9 @@ jobs:
- name: Initialize Gradle
uses: https://github.com/gradle/actions/setup-gradle@v3
- name: Initialize ForgeGradle cache
id: cache-fg
uses: actions/cache@v4
with:
key: fg_cache
path: |
Client/build/fg_cache
Loader/build/fg_cache