File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,8 @@ jobs {
148148 command = #"""
149149 # exclude build_artifacts.txt from publish
150150 rm -f pkl-cli/build/executable/*.build_artifacts.txt
151+ find pkl-cli/build/executable/* -type d | xargs rm -rf
152+ rm -f pkl-cli/build/executable/resources
151153 gh release create "${CIRCLE_TAG}" \
152154 --title "${CIRCLE_TAG}" \
153155 --target "${CIRCLE_SHA1}" \
Original file line number Diff line number Diff line change @@ -735,6 +735,8 @@ jobs:
735735 command : |-
736736 # exclude build_artifacts.txt from publish
737737 rm -f pkl-cli/build/executable/*.build_artifacts.txt
738+ find pkl-cli/build/executable/* -type d | xargs rm -rf
739+ rm -f pkl-cli/build/executable/resources
738740 gh release create "${CIRCLE_TAG}" \
739741 --title "${CIRCLE_TAG}" \
740742 --target "${CIRCLE_SHA1}" \
You can’t perform that action at this time.
0 commit comments