Skip to content

Commit

Permalink
ci: Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
null2264 committed Apr 4, 2024
1 parent 47c1be2 commit 98738ac
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,18 @@ jobs:
with:
distribution: temurin
java-version: 17
- name: NeoForge Kits Cache
uses: actions/cache@v4
with:
path: ~/Kits
key: ${{ runner.os }}-Kits-${{ hashFiles('snapshot_version') }}
restore-keys: |
${{ runner.os }}-Kits-
- name: Compile NeoForge snapshot
run: ./.scripts/compile_kits.sh
- run: chmod +x ./gradlew
- uses: actions/cache@v4
- name: Gradle Cache
uses: actions/cache@v4
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', 'gradle.properties') }}
Expand Down

0 comments on commit 98738ac

Please sign in to comment.