fix: browser demo publish issue.

This commit is contained in:
Zhang Dian
2024-07-10 21:46:33 +08:00
parent cd9556b7c4
commit 52556d97ed
4 changed files with 15 additions and 3 deletions

View File

@@ -13,9 +13,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.1.1
- name: Nuget
- name: Nuget Ursa
run: dotnet pack ./src/Ursa -o ./nugets
- name: Nuget Ursa.Themes.Semi
run: dotnet pack ./src/Ursa.Themes.Semi -o ./nugets
- name: Desktop
run: dotnet publish ./demo/Ursa.Demo.Desktop -r win-x64 -c Release /p:PublishSingleFile=true /p:IncludeNativeLibrariesForSelfExtract=true --self-contained true