Skip to content

Commit 8582304

Browse files
authored
feat: make artifacts for each runs
1 parent 1d69630 commit 8582304

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Build Test
3-
"on": [push]
3+
on: [push]
44

55
jobs:
66
build-test:
@@ -19,3 +19,7 @@ jobs:
1919
- run: java -version
2020
- run: mvn --version
2121
- run: mvn -B package
22+
- name: Upload artifacts
23+
uses: actions/upload-artifact@v4
24+
with:
25+
path: target/*.jar

0 commit comments

Comments
 (0)