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 c80e6db commit 850f4b0Copy full SHA for 850f4b0
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
run: chmod +x ./mvnw
24
25
- name: Build 2b2t.vc-discord
26
- run: ./mvnw install
+ run: ./mvnw install spring-boot:repackage
27
28
- name: Upload Java Artifact
29
uses: actions/upload-artifact@v4
.github/workflows/pr.yml
@@ -20,7 +20,7 @@ jobs:
20
21
22
0 commit comments