Skip to content

Commit 850f4b0

Browse files
committed
build repackaged jar
1 parent c80e6db commit 850f4b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: chmod +x ./mvnw
2424

2525
- name: Build 2b2t.vc-discord
26-
run: ./mvnw install
26+
run: ./mvnw install spring-boot:repackage
2727

2828
- name: Upload Java Artifact
2929
uses: actions/upload-artifact@v4

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: chmod +x ./mvnw
2121

2222
- name: Build 2b2t.vc-discord
23-
run: ./mvnw install
23+
run: ./mvnw install spring-boot:repackage
2424

2525
- name: Upload Java Artifact
2626
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)