Updated config.yml

This commit is contained in:
Core 2022-04-30 15:50:49 +01:00
parent a55dbc716e
commit a85a15eaf3

View file

@ -65,6 +65,7 @@ jobs:
build-windows: build-windows:
executor: cider-ci executor: cider-ci
steps: steps:
- checkout
- attach_workspace: - attach_workspace:
at: ~/Cider at: ~/Cider
- run: - run:
@ -76,6 +77,7 @@ jobs:
build-linux: build-linux:
executor: cider-ci executor: cider-ci
steps: steps:
- checkout
- attach_workspace: - attach_workspace:
at: ~/Cider at: ~/Cider
- run: - run:
@ -87,6 +89,7 @@ jobs:
build-winget: build-winget:
executor: cider-ci executor: cider-ci
steps: steps:
- checkout
- attach_workspace: - attach_workspace:
at: ~/Cider at: ~/Cider
- run: - run:
@ -98,6 +101,7 @@ jobs:
release: release:
executor: cider-ci executor: cider-ci
steps: steps:
- checkout
- attach_workspace: - attach_workspace:
at: ~/Cider at: ~/Cider
- run: - run: