Skip to content

Commit

Permalink
fix: fix RxUI workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
rabbitism committed Sep 27, 2024
1 parent 5b917b5 commit b05d769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b05d769

Please sign in to comment.