Update .yml
This commit is contained in:
parent
4b3cf85c6b
commit
f91e34e076
@ -1,4 +1,4 @@
|
||||
name: Spring Boot CI
|
||||
name: Spring App CI
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -9,7 +9,8 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
@ -19,7 +20,8 @@ jobs:
|
||||
run: chmod +x ./mvnw
|
||||
- name: Build with Maven
|
||||
run: ./mvnw package spring-boot:repackage
|
||||
- uses: actions/upload-artifact@v3
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: jar
|
||||
path: target/demo-0.0.1-SNAPSHOT.jar
|
Loading…
x
Reference in New Issue
Block a user