Skip to content

Commit f4b9f06

Browse files
Update maven-publish.yml
1 parent 2edd146 commit f4b9f06

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/maven-publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,9 @@ jobs:
2929

3030
- name: Build with Maven
3131
run: mvn -B package --file pom.xml
32+
33+
- name: Upload WAR artifact
34+
uses: actions/upload-artifact@v4
35+
with:
36+
name: addressbook-war
37+
path: target/addressbook.war

0 commit comments

Comments
 (0)