diff --git a/.circleci/config.pkl b/.circleci/config.pkl index 5446405c..b8de8d3c 100644 --- a/.circleci/config.pkl +++ b/.circleci/config.pkl @@ -151,7 +151,7 @@ jobs { name = "Publish release on GitHub" command = #""" # exclude build_artifacts.txt from publish - rm pkl-cli/build/executable/*.build_artifacts.txt + rm -f pkl-cli/build/executable/*.build_artifacts.txt gh release create "${CIRCLE_TAG}" \ --title "${CIRCLE_TAG}" \ --target "${CIRCLE_SHA1}" \ diff --git a/.circleci/config.yml b/.circleci/config.yml index 51b74baf..c01142fe 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -660,7 +660,7 @@ jobs: - run: command: |- # exclude build_artifacts.txt from publish - rm pkl-cli/build/executable/*.build_artifacts.txt + rm -f pkl-cli/build/executable/*.build_artifacts.txt gh release create "${CIRCLE_TAG}" \ --title "${CIRCLE_TAG}" \ --target "${CIRCLE_SHA1}" \