Skip to content

Commit df698fc

Browse files
committed
Update build.yml
1 parent 3bbb747 commit df698fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
- name: Move binaries
2828
run: |
2929
mkdir -p ./exclude/bin ./exclude/resources
30-
mv ./bin/* ./exclude/bin
31-
mv ./resources/* ./exclude/resources
32-
rm -r ./bin/*
30+
cp -R ./bin/* ./exclude/bin
31+
cp -R ./resources/* ./exclude/resources
32+
rm -rf ./bin/* ./resources/*
3333
mkdir -p ./bin/macos/arm64 ./bin/linux/arm64 ./bin/linux/x86_64
3434
mv ./exclude/bin/linux/arm64/jq ./bin/linux/arm64
3535
mv ./exclude/bin/linux/x86_64/jq ./bin/linux/x86_64

0 commit comments

Comments
 (0)