diff --git a/.github/workflows/main_restpdfformfiller(dev).yml b/.github/workflows/main_restpdfformfiller(dev).yml index 1083eb2..c29fd7b 100644 --- a/.github/workflows/main_restpdfformfiller(dev).yml +++ b/.github/workflows/main_restpdfformfiller(dev).yml @@ -37,7 +37,7 @@ jobs: app-name: 'restpdfformfiller' slot-name: 'dev' publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_2809551214454B81BB4D28673CCAEE70 }} - package: './FunctionApp/target/azure-functions/RestPdfFormFiller-1654224697708/RestPdfFormFiller-0.1.0.jar' + package: './target/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 d28971d..d5261b1 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -39,7 +39,7 @@ jobs: run: mvn -B package --file ${{ env.PACKAGE_DIRECTORY }}/pom.xml - name: Upload artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: RestPdfFormFiller-0.1.0.jar path: 'FunctionApp/target/azure-functions/RestPdfFormFiller-1654224697708/RestPdfFormFiller-0.1.0.jar' \ No newline at end of file