Skip to content

Commit

Permalink
more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dkontyko committed Sep 24, 2023
1 parent 532d67c commit 6401a5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main_restpdfformfiller(dev).yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: app
path: target/app.jar
name: RestPdfFormFiller-0.1.0.jar
path: 'FunctionApp/target/azure-functions/RestPdfFormFiller-1654224697708/RestPdfFormFiller-0.1.0.jar'

0 comments on commit 6401a5b

Please sign in to comment.