diff --git a/.github/workflows/NMSReportingSuite-deployment.yaml b/.github/workflows/NMSReportingSuite-deployment.yaml index 19592e46..01e3049f 100644 --- a/.github/workflows/NMSReportingSuite-deployment.yaml +++ b/.github/workflows/NMSReportingSuite-deployment.yaml @@ -23,3 +23,13 @@ jobs: - name: Build with Maven run: mvn clean install -f NMSReportingSuite/pom.xml + - uses: actions/upload-artifact@v4 + with: + name: my-artifact + path: NMSReportingSuite/pom.xml + + - uses: actions/download-artifact@v4 + with: + name: my-artifact + path: NMSReportingSuite/ +