Skip to content

Commit

Permalink
Update path to generated artifacts for signing (#3508)
Browse files Browse the repository at this point in the history
  • Loading branch information
mortent committed Aug 26, 2022
1 parent 3112b24 commit 0b793ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -67,7 +67,7 @@ jobs:
# Workaround for https://github.com/goreleaser/goreleaser-action/issues/368
# checksum_file=$(echo "$ARTIFACTS" | jq -r '.[] | select (.type=="Checksum") | .path')
checksum_file=$(cat dist/artifacts.json | jq -r '.[] | select (.type=="Checksum") | .path')
checksum_file=$(cat _output/artifacts.json | jq -r '.[] | select (.type=="Checksum") | .path')
echo "::set-output name=hashes::$(cat $checksum_file | base64 -w0)"
Expand Down

0 comments on commit 0b793ba

Please sign in to comment.