Update .gitea/workflows/build.yml
This commit is contained in:
@ -21,7 +21,7 @@ jobs:
|
|||||||
- name: Grant execute permission for gradlew
|
- name: Grant execute permission for gradlew
|
||||||
run: chmod +x ./gradlew
|
run: chmod +x ./gradlew
|
||||||
|
|
||||||
- name: Build .jar with Maven
|
- name: Build .jar with Gradle
|
||||||
run: ./gradlew clean bootJar
|
run: ./gradlew clean bootJar
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
|
Reference in New Issue
Block a user