diff --git a/.circleci/config.yml b/.circleci/config.yml index 3a428583d..03aefd678 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -48,7 +48,7 @@ jobs: command: 'Copy-Item "C:\tmp\workspace\*" "package" -Recurse' - run: name: install innosetup and build - command: Set-Location package && .\build.ps1 + command: Set-Location package; .\build.ps1 - store_artifacts: path: output/