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:
|
||||
distribution: 'temurin'
|
||||
java-version: 21
|
||||
- name: Setup Gradle
|
||||
uses: gradle/actions/setup-gradle@v5
|
||||
- name: Build
|
||||
run: ./gradlew build
|
||||
- name: Upload build
|
||||
uses: actions/upload-artifact@v5
|
||||
uses: christopherhx/gitea-upload-artifact@v4
|
||||
with:
|
||||
name: build
|
||||
path: ${{ gitea.workspace }}/build/tcoww-*-all.jar
|
||||
path: ${{ gitea.workspace }}/build/libs/tcoww-*-all.jar
|
||||
Reference in New Issue
Block a user