Skip to content

Commit 9967668

Browse files
committed
CI: update the XAML-Math Shared Code binary name
1 parent d5b9565 commit 9967668

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/nuget.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ jobs:
101101
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
102102
with:
103103
upload_url: ${{ steps.release.outputs.upload_url }}
104-
asset_name: XamlMath.${{ steps.version.outputs.version }}.nupkg
105-
asset_path: ./src/XamlMath/bin/Release/XamlMath.${{ steps.version.outputs.version }}.nupkg
104+
asset_name: XamlMath.Shared.${{ steps.version.outputs.version }}.nupkg
105+
asset_path: ./src/XamlMath.Shared/bin/Release/XamlMath.Shared.${{ steps.version.outputs.version }}.nupkg
106106
asset_content_type: application/zip
107107

108108
- name: Upload Avalonia-Math .snupkg file
@@ -134,8 +134,8 @@ jobs:
134134
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
135135
with:
136136
upload_url: ${{ steps.release.outputs.upload_url }}
137-
asset_name: XamlMath.${{ steps.version.outputs.version }}.snupkg
138-
asset_path: ./src/XamlMath/bin/Release/XamlMath.${{ steps.version.outputs.version }}.snupkg
137+
asset_name: XamlMath.Shared.${{ steps.version.outputs.version }}.snupkg
138+
asset_path: ./src/XamlMath.Shared/bin/Release/XamlMath.Shared.${{ steps.version.outputs.version }}.snupkg
139139
asset_content_type: application/zip
140140

141141
- name: Push Avalonia-Math package to NuGet
@@ -149,4 +149,4 @@ jobs:
149149
# TODO[#343]: Uncomment after first release; the first release has to be done manually
150150
# - name: Push XAML-Math package to NuGet
151151
# if: startsWith(github.ref, 'refs/tags/v')
152-
# run: dotnet nuget push ./src/XamlMath/bin/Release/XamlMath.${{ steps.version.outputs.version }}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_TOKEN_XAML }}
152+
# run: dotnet nuget push ./src/XamlMath.Shared/bin/Release/XamlMath.Shared.${{ steps.version.outputs.version }}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_TOKEN_XAML }}

0 commit comments

Comments
 (0)