Skip to content

Commit 8866583

Browse files
Update maven-publish.yml
1 parent f6ba88b commit 8866583

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
@@ -30,3 +30,9 @@ jobs:
3030
- name: Build with Maven
3131
run: mvn -B package --file pom.xml
3232

33+
- name: upload WAR artifact
34+
uses: actions/upload-artifact@v4
35+
with:
36+
name: addressbook-war
37+
path: target/addressbook.war
38+

0 commit comments

Comments
 (0)