Skip to content

Commit

Permalink
fixing directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dkontyko committed Sep 24, 2023
1 parent 1f6ee3d commit b2cd4a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main_restpdfformfiller(dev).yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
app-name: 'restpdfformfiller'
slot-name: 'dev'
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_2809551214454B81BB4D28673CCAEE70 }}
package: '.'
package: 'D:\a\RestPdfFormFiller\RestPdfFormFiller\FunctionApp\target\azure-functions'
respect-pom-xml: true
# Generate GitHub Maven Dependency Tree
# https://github.com/marketplace/actions/maven-dependency-tree-dependency-submission
- name: Submit Dependency Snapshot
uses: advanced-security/maven-dependency-submission-action@v3
with:
directory: '.\${{ env.PACKAGE_DIRECTORY }}'
directory: 'D:\a\RestPdfFormFiller\RestPdfFormFiller\FunctionApp\target\azure-functions'

0 comments on commit b2cd4a8

Please sign in to comment.