Skip to content

Commit c80e6db

Browse files
committed
upload jar in github actions
1 parent 2a925b9 commit c80e6db

File tree

3 files changed

+12
-152
lines changed

3 files changed

+12
-152
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,9 @@ jobs:
2424

2525
- name: Build 2b2t.vc-discord
2626
run: ./mvnw install
27+
28+
- name: Upload Java Artifact
29+
uses: actions/upload-artifact@v4
30+
with:
31+
name: 2b2t.vc-discord
32+
path: target/2b2t.vc-discord-*.jar

.github/workflows/combine-prs.yml

Lines changed: 0 additions & 152 deletions
This file was deleted.

.github/workflows/pr.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,9 @@ jobs:
2121

2222
- name: Build 2b2t.vc-discord
2323
run: ./mvnw install
24+
25+
- name: Upload Java Artifact
26+
uses: actions/upload-artifact@v4
27+
with:
28+
name: 2b2t.vc-discord
29+
path: target/2b2t.vc-discord-*.jar

0 commit comments

Comments
 (0)