Skip to content

Commit

Permalink
Merge pull request #4042 from fluxcd/backport-4041-to-release/v2.0.x
Browse files Browse the repository at this point in the history
[release/v2.0.x] ci: release: disable interpretation backslash esc
  • Loading branch information
hiddeco committed Jul 5, 2023
2 parents 9ea0a53 + 71ea905 commit 6cd7722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -94,7 +94,7 @@ jobs:
run: |
set -euo pipefail
hashes=$(echo $ARTIFACTS | jq --raw-output '.[] | {name, "digest": (.extra.Digest // .extra.Checksum)} | select(.digest) | {digest} + {name} | join(" ") | sub("^sha256:";"")' | base64 -w0)
hashes=$(echo -E $ARTIFACTS | jq --raw-output '.[] | {name, "digest": (.extra.Digest // .extra.Checksum)} | select(.digest) | {digest} + {name} | join(" ") | sub("^sha256:";"")' | base64 -w0)
echo "hashes=$hashes" >> $GITHUB_OUTPUT
image_url=fluxcd/flux-cli:${{ steps.prep.outputs.version }}
Expand Down

0 comments on commit 6cd7722

Please sign in to comment.