From d10b99d926d0ebf35267400605b8ea924613de7b Mon Sep 17 00:00:00 2001 From: rigazilla Date: Wed, 3 Jul 2024 19:37:07 +0200 Subject: [PATCH] fix4 --- .github/workflows/ci-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index d793312..7e38890 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -33,7 +33,6 @@ on: description: 'The release id to download files from' type: string - jobs: download-release: runs-on: ubuntu-latest @@ -41,6 +40,7 @@ jobs: - name: Download Release 1 uses: robinraju/release-downloader@v1.10 with: - repository: 'rigazilla/infinispan' tag: '${{ github.event.inputs.releaseId }}' + releaseId: '${{ github.event.inputs.releaseId }}' + repository: 'rigazilla/infinispan' fileName: 'infinispan-server-*.zip'