Skip to content

Commit c836a5a

Browse files
committed
fix delete command
1 parent b6447be commit c836a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: |
5959
mkdir bin
6060
mv bin-*/* bin/
61-
rm bin-*
61+
rm -rf bin-*
6262
6363
# this will only publish if the version has been updated
6464
- name: NPM Publish

0 commit comments

Comments
 (0)