Merge remote-tracking branch 'origin/master'
All checks were successful
Auto Build / Build (push) Successful in 2m55s
All checks were successful
Auto Build / Build (push) Successful in 2m55s
This commit is contained in:
@@ -12,12 +12,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
java-version: 21
|
java-version: 21
|
||||||
- name: Setup Gradle
|
|
||||||
uses: gradle/actions/setup-gradle@v5
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: ./gradlew build
|
run: ./gradlew build
|
||||||
- name: Upload build
|
- name: Upload build
|
||||||
uses: actions/upload-artifact@v5
|
uses: christopherhx/gitea-upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: build
|
name: build
|
||||||
path: ${{ gitea.workspace }}/build/tcoww-*-all.jar
|
path: ${{ gitea.workspace }}/build/libs/tcoww-*-all.jar
|
||||||
Reference in New Issue
Block a user