From f550ca9e25d40a17d2c8244183b312cb011a4c3a Mon Sep 17 00:00:00 2001 From: duncte123 Date: Tue, 5 Mar 2024 20:00:04 +0100 Subject: [PATCH] Fix artifact uploading --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a573b86..c06fdc6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,7 +64,8 @@ jobs: uses: ncipollo/release-action@v1 with: artifacts: | - java-lyrics-*.jar + lyrics-*.jar + lavalyrics-*.jar allowUpdates: true omitBodyDuringUpdate: true omitDraftDuringUpdate: true