File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed
Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 4646 path : ' build/distributions/besu*.zip'
4747 name : besu-${{ github.ref_name }}.zip
4848 compression-level : 0
49- - name : Artifactory Publish
50- env :
51- ARTIFACTORY_USER : ${{ secrets.BESU_ARTIFACTORY_USER }}
52- ARTIFACTORY_KEY : ${{ secrets.BESU_ARTIFACTORY_TOKEN }}
53- run : ./gradlew -Prelease.releaseVersion=${{ github.ref_name }} -Pversion=${{github.ref_name}} artifactoryPublish
49+
5450 testWindows :
5551 runs-on : windows-2022
5652 needs : artifacts
9490 build/distributions/besu*.zip
9591 body : |
9692 ${{steps.hashes.outputs.tarSha}}
97- ${{steps.hashes.outputs.zipSha}}
93+ ${{steps.hashes.outputs.zipSha}}
94+ arifactoryPublish :
95+ runs-on : ubuntu-22.04
96+ needs : artifacts
97+ steps :
98+ - name : Artifactory Publish
99+ env :
100+ ARTIFACTORY_USER : ${{ secrets.BESU_ARTIFACTORY_USER }}
101+ ARTIFACTORY_KEY : ${{ secrets.BESU_ARTIFACTORY_TOKEN }}
102+ run : ./gradlew -Prelease.releaseVersion=${{ github.ref_name }} -Pversion=${{github.ref_name}} artifactoryPublish
Original file line number Diff line number Diff line change @@ -499,6 +499,7 @@ subprojects {
499499 password = artifactoryKey
500500 }
501501 defaults {
502+ publishBuildInfo = false // currently 404'ing still to be investigated
502503 publications(' mavenJava' )
503504 publishArtifacts = true
504505 publishPom = true
You can’t perform that action at this time.
0 commit comments