Skip to content

Commit

Permalink
front-end publishing working directory fixed for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-zhur committed Jun 19, 2024
1 parent 02323cc commit afaeb44
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
run: OneShelf.Frontend/OneShelf.Frontend.Web/publish.bat
working-directory: OneShelf.Frontend/OneShelf.Frontend.Web
run: publish.bat


- run: Compress-Archive -Path OneShelf.Frontend/OneShelf.Frontend.Web/bin/Publish/* -Destination OneShelf.Frontend.Web.zip
Expand Down

0 comments on commit afaeb44

Please sign in to comment.