From 6401a5b3c4c7f26a56c9f64ef43b56d9f8e2c82c Mon Sep 17 00:00:00 2001 From: David Kontyko <33853225+dkontyko@users.noreply.github.com> Date: Sun, 24 Sep 2023 16:22:43 -0400 Subject: [PATCH] more testing --- .github/workflows/main_restpdfformfiller(dev).yml | 6 +++--- .github/workflows/maven.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main_restpdfformfiller(dev).yml b/.github/workflows/main_restpdfformfiller(dev).yml index 9c69b5d..1083eb2 100644 --- a/.github/workflows/main_restpdfformfiller(dev).yml +++ b/.github/workflows/main_restpdfformfiller(dev).yml @@ -27,8 +27,8 @@ jobs: - name: Download artifacts uses: actions/download-artifact@v2 with: - name: app - path: target/app.jar + name: RestPdfFormFiller-0.1.0.jar + path: target/RestPdfFormFiller-0.1.0.jar - name: 'Run Azure Functions Action' uses: Azure/functions-action@v1 @@ -37,7 +37,7 @@ jobs: app-name: 'restpdfformfiller' slot-name: 'dev' publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_2809551214454B81BB4D28673CCAEE70 }} - package: './target/app.jar' + package: './FunctionApp/target/azure-functions/RestPdfFormFiller-1654224697708/RestPdfFormFiller-0.1.0.jar' # Generate GitHub Maven Dependency Tree # https://github.com/marketplace/actions/maven-dependency-tree-dependency-submission diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 1785c4b..d28971d 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -41,5 +41,5 @@ jobs: - name: Upload artifacts uses: actions/upload-artifact@v2 with: - name: app - path: target/app.jar \ No newline at end of file + name: RestPdfFormFiller-0.1.0.jar + path: 'FunctionApp/target/azure-functions/RestPdfFormFiller-1654224697708/RestPdfFormFiller-0.1.0.jar' \ No newline at end of file