We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf71cd7 commit 6a47460Copy full SHA for 6a47460
1 file changed
.github/workflows/build_and_release.yml
@@ -53,7 +53,7 @@ jobs:
53
# Remove trailing slash for cleaner output
54
dir_name=$(basename "$dir")
55
mkdir -p "./dist/${dir_name}"
56
- cp "${dir_name}/release/*" "./dist/${dir_name}@${VERSION}-${HASH}/"
+ cp "${PARENT_DIR}/${dir_name}/release/*" "./dist/${dir_name}@${VERSION}-${HASH}/"
57
done
58
echo "Files in dist: "
59
pwd
0 commit comments