Skip to content

Commit fe47b34

Browse files
committed
chore: Only upload merged jar x2
1 parent 1a1d987 commit fe47b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/upload-artifact@v4
3333
with:
3434
name: PacketFixer17
35-
path: packetfixer/java17/build/libs/**.jar
35+
path: packetfixer/java17/build/libs/**merged.jar
3636

3737
- name: Upload a Java 21 artifact
3838
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)