Skip to content

Commit

Permalink
fixing function deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
dkontyko committed Sep 24, 2023
1 parent 31f6ce6 commit f0c875e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_restpdfformfiller(dev).yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
app-name: 'restpdfformfiller'
slot-name: 'dev'
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_2809551214454B81BB4D28673CCAEE70 }}
package: '${{ env.PACKAGE_DIRECTORY }}'
package: '.'
respect-pom-xml: true
# Generate GitHub Maven Dependency Tree
# https://github.com/marketplace/actions/maven-dependency-tree-dependency-submission
Expand Down

0 comments on commit f0c875e

Please sign in to comment.