We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e22e6b commit 62267e2Copy full SHA for 62267e2
.github/workflows/pr-change-set.yaml
@@ -39,6 +39,7 @@ jobs:
39
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
40
with:
41
path: dist
42
+ merge-multiple: true
43
44
# Verify hashes by first computing hashes for the artifacts and then comparing them
45
# against the hashes computed by the build job.
@@ -49,5 +50,6 @@ jobs:
49
50
set -euo pipefail
51
echo "Hash of package should be $ARTIFACT_HASH."
52
echo "Decoding the artifact hash:"
53
+ ls dist
54
echo "$ARTIFACT_HASH" | base64 --decode
55
echo "$ARTIFACT_HASH" | base64 --decode | sha256sum --strict --check --status || exit 1
0 commit comments