Skip to content

Commit

Permalink
fixing the publishing shell
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-zhur committed Jun 19, 2024
1 parent 4edc6b0 commit 1219afa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs:
- name: Build
run: dotnet build OneShelf.Frontend/OneShelf.Frontend.Web/OneShelf.Frontend.Web.csproj --no-restore --configuration Release
- name: Publish 1
working-directory: OneShelf.Frontend/OneShelf.Frontend.Web
working-directory: ./OneShelf.Frontend/OneShelf.Frontend.Web
shell: cmd
run: publish.bat


Expand Down

0 comments on commit 1219afa

Please sign in to comment.