Skip to content

Commit 7e0bedc

Browse files
committed
更新: jar 包构建修复
1 parent d330306 commit 7e0bedc

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@ jobs:
2222
runs-on: ubuntu-latest
2323

2424
steps:
25-
- uses: actions/checkout@v3
26-
- name: Set up JDK 11
27-
uses: actions/setup-java@v3
28-
with:
29-
java-version: '11'
30-
distribution: 'temurin'
25+
- uses: actions/checkout@v3
26+
- name: Set up JDK 11
27+
uses: actions/setup-java@v3
28+
with:
29+
java-version: '11'
30+
distribution: 'temurin'
3131

32-
- name: Grant execute permission for gradlew
33-
run: chmod +X gradlew
32+
- name: Grant execute permission for gradlew
33+
run: chmod +X gradlew
3434

35-
- name: Build with Gradle
36-
run: ./gradlew build
35+
- name: Build with Gradle
36+
run: ./gradlew build
3737

38-
- name: Upload Artifacts
39-
uses: actions/upload-artifact@v2
40-
with:
41-
name: ParticleLib-dev
42-
path: build/libs/*.jar
38+
- name: Upload Artifacts
39+
uses: actions/upload-artifact@v2
40+
with:
41+
name: ParticleLib-dev
42+
path: build/libs/*.jar

0 commit comments

Comments
 (0)