From c00d2254adabcaa3b72a33580ba23d783f91fde1 Mon Sep 17 00:00:00 2001 From: Jukka Arola Date: Sat, 8 Mar 2025 16:19:23 +0200 Subject: [PATCH] Update azure-webapps-dotnet-core.yml --- .github/workflows/azure-webapps-dotnet-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-webapps-dotnet-core.yml b/.github/workflows/azure-webapps-dotnet-core.yml index 8d1cefbd..9d144c39 100644 --- a/.github/workflows/azure-webapps-dotnet-core.yml +++ b/.github/workflows/azure-webapps-dotnet-core.yml @@ -56,7 +56,7 @@ jobs: run: dotnet build --configuration Release Oqtane.sln - name: dotnet publish - run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp + run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp Oqtane.sln - name: Upload artifact for deployment job uses: actions/upload-artifact@v4