mirror of
https://github.com/FalsePattern/fpgradle-workflows.git
synced 2025-04-20 14:32:28 +02:00
improved rfg cache
This commit is contained in:
parent
d74dd1b233
commit
9391e13ed9
2 changed files with 6 additions and 2 deletions
4
.github/workflows/build-and-test.yml
vendored
4
.github/workflows/build-and-test.yml
vendored
|
@ -62,11 +62,13 @@ jobs:
|
|||
build/lombok/effective-config/lombok-patchedMc.config
|
||||
build/resources/patchedMc
|
||||
build/rfg
|
||||
build/tmp/.cache/expanded
|
||||
build/tmp/compileMcLauncherJava
|
||||
build/tmp/compilePatchedMcJava
|
||||
build/tmp/deobfuscateMergedJarToSrg
|
||||
build/tmp/packageMcLauncher
|
||||
build/tmp/packagePatchedMc
|
||||
key: ${{ runner.os }}-rfg
|
||||
key: rfg-cache
|
||||
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
|
|
4
.github/workflows/release-tags.yml
vendored
4
.github/workflows/release-tags.yml
vendored
|
@ -55,11 +55,13 @@ jobs:
|
|||
build/lombok/effective-config/lombok-patchedMc.config
|
||||
build/resources/patchedMc
|
||||
build/rfg
|
||||
build/tmp/.cache/expanded
|
||||
build/tmp/compileMcLauncherJava
|
||||
build/tmp/compilePatchedMcJava
|
||||
build/tmp/deobfuscateMergedJarToSrg
|
||||
build/tmp/packageMcLauncher
|
||||
build/tmp/packagePatchedMc
|
||||
key: ${{ runner.os }}-rfg
|
||||
key: rfg-cache
|
||||
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
|
|
Loading…
Add table
Reference in a new issue