Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
lacymorrow committed Oct 26, 2023
1 parent 174a971 commit 383ccdb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 383ccdb

Please sign in to comment.