Skip to content

Commit 7326b28

Browse files
committed
added artifact
1 parent 0f2c5b1 commit 7326b28

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/NMSReportingSuite-deployment.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,13 @@ jobs:
2323
- name: Build with Maven
2424
run: mvn clean install -f NMSReportingSuite/pom.xml
2525

26+
- uses: actions/upload-artifact@v4
27+
with:
28+
name: my-artifact
29+
path: NMSReportingSuite/pom.xml
30+
31+
- uses: actions/download-artifact@v4
32+
with:
33+
name: my-artifact
34+
path: NMSReportingSuite/
35+

0 commit comments

Comments
 (0)