mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:15:50 +00:00
pushing to acr repo resolv v2
This commit is contained in:
parent
d101b35753
commit
d03bb20326
1 changed files with 5 additions and 5 deletions
10
.github/workflows/maven-build.yml
vendored
10
.github/workflows/maven-build.yml
vendored
|
@ -34,11 +34,11 @@ jobs:
|
|||
- name: Maven install dependencies
|
||||
run: ./mvnw clean install package
|
||||
|
||||
- name: Upload JAR artifact
|
||||
uses: actions/upload-artifact@4
|
||||
with:
|
||||
name: grid-capstone
|
||||
path: ./target/*.jar
|
||||
# - name: Upload JAR artifact
|
||||
# uses: actions/upload-artifact@4
|
||||
# with:
|
||||
# name: grid-capstone
|
||||
# path: ./target/*.jar
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue