diff --git a/.circleci/config.yml b/.circleci/config.yml index 0b92c45..8172fe9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -74,7 +74,7 @@ jobs: # command: yarn test || echo "There were test failures, this build may be sour." - run: name: Build and Publish - windows - command: npm run build:windows $( [ "$CIRCLE_BRANCH" != "release" ] && printf %s '--publish never' ) + command: npm run build:windows $( [ "$CIRCLE_BRANCH" != "release" ] && printf %s '--publish never' ) --openssl-fips="" # - run: # name: Create Windows EXE # command: yarn sh:copyexe