Skip to content

Commit

Permalink
更新工作流组件
Browse files Browse the repository at this point in the history
  • Loading branch information
SugarMGP committed Jan 30, 2024
1 parent 803d152 commit 61d6612
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow_java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:

steps:
- name: Clone EOS Repository
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1
with:
repository: SugarWorkshop/Evolution-Of-Sugar
ref: 1.16.5
path: EOS-1.16

- name: Set up JDK 1.8
uses: actions/setup-java@v3
uses: actions/setup-java@v4.0.0
with:
java-version: '8'
distribution: 'zulu'
Expand All @@ -30,7 +30,7 @@ jobs:
run: cd ./EOS-1.16/ && ./gradlew build

- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.3.0
with:
name: EOS Snapshot
path: ./EOS-1.16/build/libs
Expand Down

0 comments on commit 61d6612

Please sign in to comment.