Update build.yml
This commit is contained in:
parent
afae441d6c
commit
b1257c57ae
@ -23,11 +23,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Build .jar with Maven
|
- name: Build .jar with Maven
|
||||||
run: ./mvnw package spring-boot:repackage
|
run: ./mvnw package spring-boot:repackage
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: artifacts
|
name: jar-artifact
|
||||||
path: target/*.jar
|
path: target/*.jar
|
||||||
build-image:
|
build-image:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
Loading…
x
Reference in New Issue
Block a user