Skip to content

Commit b1e72e7

Browse files
committed
k
1 parent 670e4cb commit b1e72e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: |
7070
mkdir -p dist/final
7171
for dir in dist/*; do
72-
if [ -d "$dir" ]; then
72+
if [ -d "$dir" ] && [ "$dir" != "dist/final" ]; then
7373
bin=$(ls "$dir")
7474
cp "$dir/$bin" "dist/final/$dir"
7575
fi

0 commit comments

Comments
 (0)