Skip to content

Commit

Permalink
Initial Deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Isuranga-2001 committed May 27, 2024
1 parent bc80a2c commit 12a2acb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/production_firststepdowhile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 12a2acb

Please sign in to comment.