ci: remove useless command.

This commit is contained in:
Zhang Dian
2025-07-11 14:21:23 +08:00
parent 5aad0fbd0d
commit 139176d64f
4 changed files with 23 additions and 30 deletions

View File

@@ -40,19 +40,19 @@ jobs:
echo "VERSION=$VERSION" >> $GITHUB_ENV
- name: Pack Ursa
if: ${{ inputs.Ursa == true }}
if: ${{ inputs.Ursa }}
run: dotnet pack src/Ursa -o nugets /p:Version=${{ env.VERSION }}
- name: Pack Ursa.Themes.Semi
if: ${{ inputs.Ursa_Themes_Semi == true }}
if: ${{ inputs.Ursa_Themes_Semi }}
run: dotnet pack src/Ursa.Themes.Semi -o nugets /p:Version=${{ env.VERSION }}
- name: Pack Prism Extension
if: ${{ inputs.PrismExtension == true }}
if: ${{ inputs.PrismExtension }}
run: dotnet pack src/Ursa.PrismExtension -o nugets /p:Version=${{ env.VERSION }}
- name: Pack ReactiveUI Extension
if: ${{ inputs.ReactiveUIExtension == true }}
if: ${{ inputs.ReactiveUIExtension }}
run: dotnet pack src/Ursa.ReactiveUIExtension -o nugets /p:Version=${{ env.VERSION }}
- name: Add NuGet Source