Skip to content

Commit 821183f

Browse files
authored
Update build.yml
1 parent 4fa54b1 commit 821183f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
paths-ignore:
99
- "**.md"
1010
- "renovate.json"
11+
workflow_dispatch:
1112

1213
jobs:
1314
build-test:
@@ -39,4 +40,9 @@ jobs:
3940

4041
- run: java -version
4142
- run: mvn --version
42-
- run: mvn -B package
43+
- run: mvn -B package
44+
45+
- name: Upload a Build Artifact
46+
uses: actions/upload-artifact@v3.1.0
47+
with:
48+
path: /home/runner/work/LeonGunWarNeoLobby/LeonGunWarNeoLobby/target/

0 commit comments

Comments
 (0)