Skip to content

Commit debdaf2

Browse files
committed
fixing the build to support the powershell simd fixing script
1 parent 6cc9f12 commit debdaf2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/frontend.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ jobs:
5656
run: dotnet build OneShelf.Frontend/OneShelf.Frontend.Web/OneShelf.Frontend.Web.csproj --no-restore --configuration Release
5757
- name: Publish 1
5858
working-directory: ./OneShelf.Frontend/OneShelf.Frontend.Web
59-
shell: cmd
60-
run: publish.bat
59+
run: ./publish.ps1
6160

6261

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

0 commit comments

Comments
 (0)