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 1a4cdc1 commit 2e4f312
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main_domshyraapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,13 @@ jobs:

- name: Build with dotnet
run: dotnet build --configuration Release

- run: ls ${{env.DOTNET_ROOT}}

- run: ls -ld ${{env.DOTNET_ROOT}}
- run: cd ${{env.DOTNET_ROOT}}

- run: ls


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

0 comments on commit 2e4f312

Please sign in to comment.