From 2836a2e30fa73aedb208e0666aebe93b6e3839f2 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Wed, 2 Oct 2024 10:33:34 +0200 Subject: [PATCH] check yamkl syntax x var src zip --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]