Skip to content

Commit

Permalink
fix4
Browse files Browse the repository at this point in the history
  • Loading branch information
rigazilla committed Jul 3, 2024
1 parent 92ea1b3 commit d10b99d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ on:
description: 'The release id to download files from'
type: string


jobs:
download-release:
runs-on: ubuntu-latest
steps:
- name: Download Release 1
uses: robinraju/[email protected]
with:
repository: 'rigazilla/infinispan'
tag: '${{ github.event.inputs.releaseId }}'
releaseId: '${{ github.event.inputs.releaseId }}'
repository: 'rigazilla/infinispan'
fileName: 'infinispan-server-*.zip'

0 comments on commit d10b99d

Please sign in to comment.