Skip to content

Commit 21bef33

Browse files
authored
Update gradle.yml
1 parent 0dc82c3 commit 21bef33

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

.github/workflows/gradle.yml

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)