From 0ede7d0bf0b74a95ed4e86fbdf2f5e04a24fc9ff Mon Sep 17 00:00:00 2001 From: Josef Cacek Date: Mon, 6 Jan 2025 09:25:05 +0100 Subject: [PATCH] Fix GH release upload --- .github/workflows/do-release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/do-release.yml b/.github/workflows/do-release.yml index 489bb10..9a4a49b 100644 --- a/.github/workflows/do-release.yml +++ b/.github/workflows/do-release.yml @@ -72,9 +72,8 @@ jobs: MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }} - name: Upload binaries to release - uses: svenstaro/upload-release-action@483c1e56f95e88835747b1c7c60581215016cbf2 + uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd with: - repo_token: ${{ secrets.GITHUB_TOKEN }} file: distribution/target/upload/* file_glob: true tag: ${{ steps.maven_release.outputs.TAG }}