Update .yml

This commit is contained in:
Max W. 2023-12-04 20:18:37 +01:00
parent 509c92d189
commit 4b3cf85c6b

View File

@ -18,4 +18,8 @@ jobs:
- name: Grant execute permission for mvnw
run: chmod +x ./mvnw
- name: Build with Maven
run: ./mvnw package spring-boot:repackage
run: ./mvnw package spring-boot:repackage
- uses: actions/upload-artifact@v3
with:
name: jar
path: target/demo-0.0.1-SNAPSHOT.jar