We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 435e8c2 + 51a4320 commit 0622104Copy full SHA for 0622104
1 file changed
.github/workflows/javasteam-build-push.yml
@@ -37,5 +37,17 @@ jobs:
37
run: ./gradlew build -x signMavenJavaPublication
38
- uses: actions/upload-artifact@v4
39
with:
40
- name: JavaSteam
+ name: javasteam
41
path: build/libs
42
+ - uses: actions/upload-artifact@v4
43
+ with:
44
+ name: javasteam-cs
45
+ path: javasteam-cs/build/libs
46
47
48
+ name: javasteam-deadlock
49
+ path: javasteam-deadlock/build/libs
50
51
52
+ name: javasteam-tf
53
+ path: javasteam-tf/build/libs
0 commit comments