@@ -101,8 +101,8 @@ jobs:
101
101
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
102
102
with :
103
103
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
106
106
asset_content_type : application/zip
107
107
108
108
- name : Upload Avalonia-Math .snupkg file
@@ -134,8 +134,8 @@ jobs:
134
134
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
135
135
with :
136
136
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
139
139
asset_content_type : application/zip
140
140
141
141
- name : Push Avalonia-Math package to NuGet
@@ -149,4 +149,4 @@ jobs:
149
149
# TODO[#343]: Uncomment after first release; the first release has to be done manually
150
150
# - name: Push XAML-Math package to NuGet
151
151
# 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