fix: fix RxUI workflow.

This commit is contained in:
rabbitism
2024-09-27 14:40:05 +08:00
parent 5b917b5473
commit b05d769664

View File

@@ -23,7 +23,7 @@ jobs:
run: dotnet pack ./src/Ursa.PrismExtension -o ./nugets
- name: Nuget ReactiveUI Extension
run: dotnet pack ./src/Ursa.ReactiveUI -o ./nugets
run: dotnet pack ./src/Ursa.ReactiveUIExtension -o ./nugets
- name: Upload a Build Artifact
uses: actions/upload-artifact@v4.3.1