Skip to content

Commit 62267e2

Browse files
committed
test: merge the download dest paths
1 parent 6e22e6b commit 62267e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr-change-set.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
4040
with:
4141
path: dist
42+
merge-multiple: true
4243

4344
# Verify hashes by first computing hashes for the artifacts and then comparing them
4445
# against the hashes computed by the build job.
@@ -49,5 +50,6 @@ jobs:
4950
set -euo pipefail
5051
echo "Hash of package should be $ARTIFACT_HASH."
5152
echo "Decoding the artifact hash:"
53+
ls dist
5254
echo "$ARTIFACT_HASH" | base64 --decode
5355
echo "$ARTIFACT_HASH" | base64 --decode | sha256sum --strict --check --status || exit 1

0 commit comments

Comments
 (0)