Skip to content

Commit

Permalink
Update publish-onewarestudio-web.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen authored Oct 16, 2023
1 parent 479de2b commit 7c1d63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-onewarestudio-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Workload Restore
run: dotnet workload restore
- name: Publish
run: dotnet publish ./demo/OneWare.Demo.Browser/OneWare.Demo.Browser.csproj -c Release -f net7 -o ./out
run: dotnet publish ./demo/OneWare.Demo.Browser/OneWare.Demo.Browser.csproj -c Release -f net7.0 -o ./out
- uses: actions/upload-artifact@v3
with:
name: oneware-web-build
Expand Down

0 comments on commit 7c1d63b

Please sign in to comment.