Skip to content

Commit

Permalink
g
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminZehowlt committed Nov 14, 2023
1 parent 16bd396 commit 2b3390b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
run: cd html && npm run production && cd ..

- name: Build .NET Application
run: dotnet build -p:Configuration=Release -p:Platform=x64 -p:EnableWindowsTargeting=true
run: dotnet build -p:Configuration=Release -p:Platform=x64 -p:TargetFramework=net8-windows -p:EnableWindowsTargeting=true

- name: Copy Web UI
run: cp -r html/dist bin/Release/x64/html
run: cp -r html/dist bin/x64/Release/html

- name: Upload Zip
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 2b3390b

Please sign in to comment.