Skip to content

Commit 1d4c2d5

Browse files
Update maven.yml
1 parent 8748518 commit 1d4c2d5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/maven.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,8 @@ jobs:
2323
java-package: jdk
2424
- name: Build with Maven
2525
run: mvn -B package -D maven.test.skip=true --file pom.xml
26+
- name: Upload Artifact
27+
uses: actions/upload-artifact@v1
28+
with:
29+
name: gitCliShell
30+
path: gitCliShell-0.1.jar

0 commit comments

Comments
 (0)