diff --git a/.circleci/config.yml b/.circleci/config.yml index f1b0ccf..a1d9dd5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -125,10 +125,7 @@ jobs: shell: cmd.exe command: | # If no tag, use 0.0.0.1 and don't make any YML (for testing only!) - speckle-sharp-ci-tools\InnoSetup\ISCC.exe speckle-sharp-ci-tools\arcgis.iss \ - /Sbyparam=$p \ - /DSIGN_INSTALLER \ - /DCODE_SIGNING_CERT_FINGERPRINT=%SM_CODE_SIGNING_CERT_SHA1_HASH% + speckle-sharp-ci-tools\InnoSetup\ISCC.exe speckle-sharp-ci-tools\arcgis.iss /Sbyparam=$p /DSIGN_INSTALLER /DCODE_SIGNING_CERT_FINGERPRINT=%SM_CODE_SIGNING_CERT_SHA1_HASH% - when: condition: << parameters.installer >> steps: @@ -227,4 +224,4 @@ workflows: #happens with every PR to main requires: - build-deploy-connector-win filters: *deploy_filters - context: do-spaces-speckle-releases \ No newline at end of file + context: do-spaces-speckle-releases