Skip to content

Commit

Permalink
Update main_domshyraapi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
domshyra committed Apr 2, 2023
1 parent 647d60a commit 34bcf50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main_domshyraapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
run: dotnet build --configuration Release

- name: dotnet publish
run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp
run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/Api/Api

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v2
with:
name: .net-app
path: ${{env.DOTNET_ROOT}}/myapp
path: ${{env.DOTNET_ROOT}}/Api/Api

deploy:
runs-on: windows-latest
Expand Down

0 comments on commit 34bcf50

Please sign in to comment.