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 670e4cb commit b1e72e7Copy full SHA for b1e72e7
.github/workflows/release.yml
@@ -69,7 +69,7 @@ jobs:
69
run: |
70
mkdir -p dist/final
71
for dir in dist/*; do
72
- if [ -d "$dir" ]; then
+ if [ -d "$dir" ] && [ "$dir" != "dist/final" ]; then
73
bin=$(ls "$dir")
74
cp "$dir/$bin" "dist/final/$dir"
75
fi
0 commit comments