check yamkl syntax x var src zip

This commit is contained in:
Samuele Locatelli
2024-10-02 10:33:34 +02:00
parent 4b18be9f76
commit 2836a2e30f
+2 -2
View File
@@ -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"]