Skip to content

Commit

Permalink
更新 build-engine.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jhqwqmc committed Sep 16, 2024
1 parent 5427695 commit 9558ba8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21
- name: Build Engine
uses: ./.github/actions/build-engine
- name: Upload Plugin
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Typewriter.jar
path: engine/engine-paper/build/libs/Typewriter.jar

0 comments on commit 9558ba8

Please sign in to comment.