Skip to content

Commit

Permalink
Merge pull request #179 from evidence-dev/hughess-patch-1
Browse files Browse the repository at this point in the history
Update release.yml
  • Loading branch information
hughess authored Oct 18, 2024
2 parents 210da74 + b6d2375 commit b6d340e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
find node_modules/.bin -type l -print0 | while IFS= read -r -d '' link; do
target=$(readlink "$link")
rm "$link"
cp "$target" "$link"
cp "$(dirname "$link")/$target" "$link"
done
- name: Replace symlinks with actual files (Windows)
Expand Down

0 comments on commit b6d340e

Please sign in to comment.