Skip to content

Commit 7134ef6

Browse files
committed
Package with deps
1 parent 4d8d518 commit 7134ef6

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/maven.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@ jobs:
3333
- name: Build with Maven
3434
run: mvn -B package --file pom.xml
3535

36-
- run: mkdir staging1 && cp target/*-shaded.jar staging1
37-
36+
- run: mkdir staging_with-deps && cp target/*-shaded.jar staging_with-deps
3837
- uses: actions/upload-artifact@v2
3938
with:
40-
name: Package-shaded
41-
path: staging1
39+
name: kz-kafka-info-tool_with-deps
40+
path: staging_with-deps

0 commit comments

Comments
 (0)