man
This commit is contained in:
parent
2ff54e2456
commit
0b133ea9cc
15
.github/workflows/ci.yml
vendored
15
.github/workflows/ci.yml
vendored
@ -28,16 +28,9 @@ jobs:
|
||||
- name: Gradle (Build)
|
||||
run: "./gradlew build"
|
||||
|
||||
- name: Upload artifacts (Main JAR)
|
||||
uses: actions/upload-artifact@v4
|
||||
- name: Upload build artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
|
||||
with:
|
||||
name: Main JAR
|
||||
path: build/libs/*-all.jar
|
||||
|
||||
- name: Upload artifacts (JARs)
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
with:
|
||||
name: JARs
|
||||
path: build/libs/*.jar
|
||||
name: Build and Deploy Artifacts
|
||||
path: build/libs/*[0-9].jar
|
||||
|
15
.github/workflows/develop.yml
vendored
15
.github/workflows/develop.yml
vendored
@ -25,16 +25,9 @@ jobs:
|
||||
- name: Gradle (Build)
|
||||
run: "./gradlew build"
|
||||
|
||||
- name: Upload artifacts (Main JAR)
|
||||
uses: actions/upload-artifact@v4
|
||||
- name: Upload build artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
|
||||
with:
|
||||
name: Main JAR
|
||||
path: build/libs/*-all.jar
|
||||
|
||||
- name: Upload artifacts (JARs)
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
with:
|
||||
name: JARs
|
||||
path: build/libs/*.jar
|
||||
name: Build and Deploy Artifacts
|
||||
path: build/libs/*[0-9].jar
|
||||
|
15
.github/workflows/root.yml
vendored
15
.github/workflows/root.yml
vendored
@ -25,16 +25,9 @@ jobs:
|
||||
- name: Gradle (Build)
|
||||
run: "./gradlew build"
|
||||
|
||||
- name: Upload artifacts (Main JAR)
|
||||
uses: actions/upload-artifact@v4
|
||||
- name: Upload build artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
|
||||
with:
|
||||
name: Main JAR
|
||||
path: build/libs/*-all.jar
|
||||
|
||||
- name: Upload artifacts (JARs)
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
with:
|
||||
name: JARs
|
||||
path: build/libs/*.jar
|
||||
name: Build and Deploy Artifacts
|
||||
path: build/libs/*[0-9].jar
|
||||
|
Loading…
x
Reference in New Issue
Block a user