Download data required for building artifacts

This commit is contained in:
KingRainbow44
2023-05-14 00:43:06 -04:00
parent 3cc034ef12
commit 418422577a
2 changed files with 18 additions and 0 deletions

View File

@@ -37,6 +37,8 @@ jobs:
key: ${{ runner.os }}-gradle-${{ hashFiles('*.gradle', 'gradle.properties', '**/*.accesswidener') }}
restore-keys: |
${{ runner.os }}-gradle-
- name: Download Handbook
run: wget https://api.grasscutter.io/static/handbook.html -O src/main/resources/handbook.html
- name: Run Gradle
run: ./gradlew && ./gradlew jar
- name: Upload build