Skip to content

Commit f550ca9

Browse files
committed
Fix artifact uploading
1 parent f5c8527 commit f550ca9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ jobs:
6464
uses: ncipollo/release-action@v1
6565
with:
6666
artifacts: |
67-
java-lyrics-*.jar
67+
lyrics-*.jar
68+
lavalyrics-*.jar
6869
allowUpdates: true
6970
omitBodyDuringUpdate: true
7071
omitDraftDuringUpdate: true

0 commit comments

Comments
 (0)