Skip to content

Commit

Permalink
[skip ci]use buildPluginLegacy, add auto upload build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
guimc233 committed Jul 26, 2024
1 parent 79ae460 commit 18284fc
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/Gradle CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,14 @@ jobs:
uses: gradle/[email protected]

# Build
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Build with Gradle
run: ./gradlew build
- uses: burrunan/gradle-cache-action@v1
name: BuildPluginLegacy
with:
job-id: jdk11
arguments: buildPluginLegacy
gradle-version: wrapper
- name: Upload build artifacts
uses: actions/upload-artifact@v2
with:
name: mirai-wynncraft-plugin
path: build/mirai/*.jar

0 comments on commit 18284fc

Please sign in to comment.