Skip to content

Commit 75bc054

Browse files
authored
feat: add workflow_dispatch trigger and upload artifact step for Kuvel build
1 parent 7b77b22 commit 75bc054

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
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:
@@ -27,3 +28,7 @@ jobs:
2728
- run: java -version
2829
- run: mvn --version
2930
- run: mvn -B package
31+
- uses: actions/upload-artifact@v4
32+
with:
33+
name: Kuvel
34+
path: target/Kuvel.jar

0 commit comments

Comments
 (0)