Updated config.yml

This commit is contained in:
cryptofyre 2022-01-30 01:19:06 -06:00
parent 6232e67c57
commit 17ccde6cb5

View file

@ -24,7 +24,7 @@ jobs:
name: Install system build dependencies name: Install system build dependencies
command: | command: |
sudo apt-get update -y sudo apt-get update -y
sudo apt-get install -y dpkg fakeroot wine64 rpm sudo apt-get install -y dpkg fakeroot wine64
- save_cache: - save_cache:
key: dependency-cache-{{ checksum "package.json" }} key: dependency-cache-{{ checksum "package.json" }}
@ -32,10 +32,10 @@ jobs:
- ./node_modules - ./node_modules
- run: - run:
name: Generate Builds (Linux) name: Generate Builds (Linux)
command: yarn dist -l command: yarn dist -l -p never
- run: - run:
name: Generate Builds (Windows) name: Generate Builds (Windows)
command: yarn dist -w --x64 command: yarn dist -w --x64 -p never
- store_artifacts: - store_artifacts:
path: ~/Cider/dist/ path: ~/Cider/dist/