mirror of
https://github.com/apple/pkl.git
synced 2026-04-20 23:41:27 +02:00
remove folders from build executable dir
This commit is contained in:
committed by
Daniel Chao
parent
d1f7b639a7
commit
cc9827f032
@@ -148,6 +148,8 @@ jobs {
|
|||||||
command = #"""
|
command = #"""
|
||||||
# exclude build_artifacts.txt from publish
|
# exclude build_artifacts.txt from publish
|
||||||
rm -f pkl-cli/build/executable/*.build_artifacts.txt
|
rm -f pkl-cli/build/executable/*.build_artifacts.txt
|
||||||
|
find pkl-cli/build/executable/* -type d | xargs rm -rf
|
||||||
|
rm -f pkl-cli/build/executable/resources
|
||||||
gh release create "${CIRCLE_TAG}" \
|
gh release create "${CIRCLE_TAG}" \
|
||||||
--title "${CIRCLE_TAG}" \
|
--title "${CIRCLE_TAG}" \
|
||||||
--target "${CIRCLE_SHA1}" \
|
--target "${CIRCLE_SHA1}" \
|
||||||
|
|||||||
@@ -735,6 +735,8 @@ jobs:
|
|||||||
command: |-
|
command: |-
|
||||||
# exclude build_artifacts.txt from publish
|
# exclude build_artifacts.txt from publish
|
||||||
rm -f pkl-cli/build/executable/*.build_artifacts.txt
|
rm -f pkl-cli/build/executable/*.build_artifacts.txt
|
||||||
|
find pkl-cli/build/executable/* -type d | xargs rm -rf
|
||||||
|
rm -f pkl-cli/build/executable/resources
|
||||||
gh release create "${CIRCLE_TAG}" \
|
gh release create "${CIRCLE_TAG}" \
|
||||||
--title "${CIRCLE_TAG}" \
|
--title "${CIRCLE_TAG}" \
|
||||||
--target "${CIRCLE_SHA1}" \
|
--target "${CIRCLE_SHA1}" \
|
||||||
|
|||||||
Reference in New Issue
Block a user