We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a925b9 commit c80e6dbCopy full SHA for c80e6db
.github/workflows/build.yml
@@ -24,3 +24,9 @@ jobs:
24
25
- name: Build 2b2t.vc-discord
26
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
.github/workflows/pr.yml
@@ -21,3 +21,9 @@ jobs:
21
22
23
0 commit comments