Skip to content

Commit 6a47460

Browse files
authored
Update build_and_release.yml
1 parent cf71cd7 commit 6a47460

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
# Remove trailing slash for cleaner output
5454
dir_name=$(basename "$dir")
5555
mkdir -p "./dist/${dir_name}"
56-
cp "${dir_name}/release/*" "./dist/${dir_name}@${VERSION}-${HASH}/"
56+
cp "${PARENT_DIR}/${dir_name}/release/*" "./dist/${dir_name}@${VERSION}-${HASH}/"
5757
done
5858
echo "Files in dist: "
5959
pwd

0 commit comments

Comments
 (0)