From 12a2acbb30a26e257ec44c9f87b30d007b8e293c Mon Sep 17 00:00:00 2001 From: Isuranga Warnasooriya Date: Tue, 28 May 2024 00:45:13 +0530 Subject: [PATCH] Initial Deployment --- .github/workflows/production_firststepdowhile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/production_firststepdowhile.yml b/.github/workflows/production_firststepdowhile.yml index 1f9de23d..09049615 100644 --- a/.github/workflows/production_firststepdowhile.yml +++ b/.github/workflows/production_firststepdowhile.yml @@ -25,13 +25,13 @@ jobs: run: dotnet build FirstStep/Firststep.csproj --configuration Release - name: dotnet publish - run: dotnet publish FirstStep/Firststep.csproj -c Release -o ${{env.DOTNET_ROOT}}/myapp + run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}\firststep - name: Upload artifact for deployment job uses: actions/upload-artifact@v4 with: name: .net-app - path: ${{env.DOTNET_ROOT}}/myapp + path: ${{env.DOTNET_ROOT}}\firststep deploy: runs-on: windows-latest