diff --git a/.github/workflows/gradle-publish-release.yml b/.github/workflows/gradle-publish-release.yml index 23fa86d..402ec66 100644 --- a/.github/workflows/gradle-publish-release.yml +++ b/.github/workflows/gradle-publish-release.yml @@ -49,7 +49,7 @@ jobs: - name: Create Release uses: ncipollo/release-action@v1 with: - artifacts: "/build/libs/*.jar" + artifacts: "build/libs/*.jar" allowUpdates: true removeArtifacts: true omitBodyDuringUpdate: true