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
|
||||
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