We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d8d518 commit 7134ef6Copy full SHA for 7134ef6
1 file changed
.github/workflows/maven.yml
@@ -33,9 +33,8 @@ jobs:
33
- name: Build with Maven
34
run: mvn -B package --file pom.xml
35
36
- - run: mkdir staging1 && cp target/*-shaded.jar staging1
37
-
+ - run: mkdir staging_with-deps && cp target/*-shaded.jar staging_with-deps
38
- uses: actions/upload-artifact@v2
39
with:
40
- name: Package-shaded
41
- path: staging1
+ name: kz-kafka-info-tool_with-deps
+ path: staging_with-deps
0 commit comments