diff --git a/.circleci/config.yml b/.circleci/config.yml index bec1e03..09bd817 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -26,9 +26,14 @@ jobs: - run: command: yarn build:rpm name: Build app + - run: + name: Create Artifacts + command: | + mkdir -p upload + cp dist/CrossOver* upload - store_artifacts: - path: dist - destination: dist + path: upload + destination: upload # Below is the definition of your job to build and test your app, you can rename and customize it as you want. build-all: