diff --git a/.circleci/config.yml b/.circleci/config.yml index 2bc258f..fe8f8c1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,6 +7,7 @@ jobs: - checkout - run: yarn - run: yarn build-electron-win + - run: mkdir /tmp/artifacts - run: mv -t /tmp/artifact dist/*.exe - store_artifacts: path: /tmp/artifacts @@ -17,6 +18,7 @@ jobs: - checkout - run: yarn - run: yarn build-electron-linux + - run: mkdir /tmp/artifacts - run: mv -t /tmp/artifacts dist/*.snap dist/*.AppImage - store_artifacts: path: /tmp/artifacts