Skip to content

Commit 99e40d5

Browse files
committed
Fix artifact uploading
1 parent 499e601 commit 99e40d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: ncipollo/release-action@v1
3232
with:
3333
artifacts: |
34-
build/libs/lavalink-client-*.jar
34+
lavalink-client-*.jar
3535
allowUpdates: true
3636
omitBodyDuringUpdate: true
3737
omitDraftDuringUpdate: true

0 commit comments

Comments
 (0)