From 98c57d5f30f73b0d4096012ea852eb693bc65106 Mon Sep 17 00:00:00 2001 From: Pooria Shariatzadeh Date: Wed, 20 May 2026 17:24:17 +0330 Subject: [PATCH] Update release-orchestrated.yml --- .gitea/workflows/release-orchestrated.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/release-orchestrated.yml b/.gitea/workflows/release-orchestrated.yml index f7ca68e..eccada7 100644 --- a/.gitea/workflows/release-orchestrated.yml +++ b/.gitea/workflows/release-orchestrated.yml @@ -131,7 +131,7 @@ jobs: tag="${RELEASE_TAG:-$REF_NAME}" tag="${tag#v}" - dotnet publish DevOpsTest/DevOpsTest/DevOpsTest.csproj \ + dotnet publish "DevOpsTest/DevOpsTest/DevOpsTest.csproj" \ -v:n \ --configuration Release \ --os linux \ @@ -140,4 +140,4 @@ jobs: -p:ContainerRegistry="$REGISTRY" \ -p:ContainerRepository="$IMAGE_NAME" \ -p:ContainerBaseImage=mcr-mirror.liara.ir/dotnet/aspnet:10.0.202 \ - "-p:ContainerImageTags=$tag;latest" + -p:ContainerImageTags="${tag};latest"