File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed
Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -46,12 +46,23 @@ jobs:
4646 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
4747 run : ./gradlew build sonar --info
4848
49- - name : Upload artifacts
49+ - name : Upload BOM
5050 uses : actions/upload-artifact@v4
5151 with :
52- path : |
53- build/reports/cyclonedx-direct/bom.json
54- build/distributions/*
52+ name : BOM
53+ path : build/reports/cyclonedx-direct/bom.json
54+
55+ - name : Upload ZIP
56+ uses : actions/upload-artifact@v4
57+ with :
58+ name : dionysus.zip
59+ path : build/distributions/dionysus.zip
60+
61+ - name : Upload TAR
62+ uses : actions/upload-artifact@v4
63+ with :
64+ name : dionysus.tar
65+ path : build/distributions/dionysus.tar
5566
5667 # NOTE: The Gradle Wrapper is the default and recommended way to run Gradle (https://docs.gradle.org/current/userguide/gradle_wrapper.html).
5768 # If your project does not have the Gradle Wrapper configured, you can use the following configuration to run Gradle with a specified version.
You can’t perform that action at this time.
0 commit comments