Skip to content

Commit

Permalink
changing package
Browse files Browse the repository at this point in the history
  • Loading branch information
dkontyko committed Sep 24, 2023
1 parent 6401a5b commit e4c4e1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main_restpdfformfiller(dev).yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit e4c4e1a

Please sign in to comment.