diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml index 6933699f..b2b59f08 100644 --- a/.github/workflows/releaser.yml +++ b/.github/workflows/releaser.yml @@ -177,7 +177,7 @@ jobs: run: | #!/bin/bash shopt -s expand_aliases - curl -sLO https://raw.githubusercontent.com/elastic/harp/cmd/harp/v${{ github.event.inputs.release }}/build/artifact/cosign.pub + curl -sLO https://raw.githubusercontent.com/elastic/harp/v${{ github.event.inputs.release }}/build/artifact/cosign.pub cd .dist FILES="*" for f in $FILES;