File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments