diff --git a/.github/workflows/pack.yml b/.github/workflows/pack.yml index c2a8283..cee5d82 100644 --- a/.github/workflows/pack.yml +++ b/.github/workflows/pack.yml @@ -25,6 +25,9 @@ jobs: - name: Nuget ReactiveUI Extension run: dotnet pack ./src/Ursa.ReactiveUIExtension -o ./nugets + - name: Publish NuGet package + run: dotnet nuget push "./nugets/*.nupkg" --api-key ${{ secrets.NUGET_ORG_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate + - name: Upload a Build Artifact uses: actions/upload-artifact@v4.3.1 with: diff --git a/demo/Directory.Build.props b/demo/Directory.Build.props index 48fa85e..ee4489e 100644 --- a/demo/Directory.Build.props +++ b/demo/Directory.Build.props @@ -1,6 +1,6 @@ enable - 11.2.0 + 11.2.1 diff --git a/demo/Ursa.Demo.Browser/Assets/SourceHanSansCN-Bold.otf b/demo/Ursa.Demo.Browser/Assets/SourceHanSansCN-Bold.otf new file mode 100644 index 0000000..8e1e869 Binary files /dev/null and b/demo/Ursa.Demo.Browser/Assets/SourceHanSansCN-Bold.otf differ