diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 148dcb2..8ef0134 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -258,7 +258,7 @@ UI:IIS04:deploy: variables: SOL_NAME: LiMan APP_NAME: LiMan.UI - SRC_ZIP_PATH: 'bin\Release\net6.0' + SRC_ZIP_PATH: bin\Release\net6.0 only: - main needs: ["UI:build"] @@ -279,7 +279,7 @@ API:IIS04:deploy: variables: SOL_NAME: LiMan APP_NAME: LiMan.Api - SRC_ZIP_PATH: 'bin\Release\net6.0' + SRC_ZIP_PATH: bin\Release\net6.0 only: - main needs: ["API:build"]