diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml index 7a8ca1bc7f..af19540e9d 100644 --- a/.github/workflows/releaser.yml +++ b/.github/workflows/releaser.yml @@ -75,7 +75,7 @@ jobs: with: file: HTML-doc-ansys-dpf-core.zip token: ${{ secrets.GITHUB_TOKEN }} - version: ${{ github.event.inputs.release_tag && 'tags/'+github.event.inputs.release_tag || 'tags/'+needs.get_latest_tag.outputs.version }} + version: ${{ github.event.inputs.release_tag && tags/${{github.event.inputs.release_tag}} || tags/${{needs.get_latest_tag.outputs.version}} }} - name: "List downloaded assets" shell: bash