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