Skip to content

Commit fbca4cb

Browse files
authored
Add ability to download GitWave.zip for GitHub action
1 parent 0d4537a commit fbca4cb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/maven.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,9 @@ jobs:
1919
cache: maven
2020
- name: Build with Maven
2121
run: mvn clean package
22+
- name: Upload Artifact
23+
uses: actions/upload-artifact@v2
24+
with:
25+
name: GitWave
26+
path: target/GitWave.zip
27+

0 commit comments

Comments
 (0)