Skip to content

Commit bb308e8

Browse files
committed
change path
1 parent 7326b28 commit bb308e8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/NMSReportingSuite-deployment.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ jobs:
2626
- uses: actions/upload-artifact@v4
2727
with:
2828
name: my-artifact
29-
path: NMSReportingSuite/pom.xml
29+
path: NMSReportingSuite/target/*.war
3030

31-
- uses: actions/download-artifact@v4
32-
with:
33-
name: my-artifact
34-
path: NMSReportingSuite/
3531

0 commit comments

Comments
 (0)