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