Skip to content

Commit

Permalink
ci: attempt to fix uploading artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler authored May 7, 2024
1 parent c5a9210 commit e2c5dd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
env:
WETF_ARTIFACTORY_USER: ${{ secrets.WETF_ARTIFACTORY_USER }}
WETF_ARTIFACTORY_PASSWORD: ${{ secrets.WETF_ARTIFACTORY_PASSWORD }}
JAVA_TOOL_OPTIONS: '-Dmaven.wagon.httpconnectionManager.ttlSeconds=120'
run: ./build.sh deployArtifacts
working-directory: ./build

Expand Down

0 comments on commit e2c5dd5

Please sign in to comment.