Skip to content

Commit f31e21d

Browse files
committed
Use x64 output to generate NuGet
1 parent ad67a25 commit f31e21d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
- name: Test
3131
run: dotnet test SharpLibHid.sln --no-build --verbosity normal
3232
- name: Publish Nuget
33-
run: dotnet nuget push './Hid/bin/Release/SharpLibHid.1.5.1.nupkg' --skip-duplicate -k ${{ secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json
33+
run: dotnet nuget push './Hid/bin/x64/Release/SharpLibHid.1.5.1.nupkg' --skip-duplicate -k ${{ secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json
3434
#env:
3535
# NUGET_APIKEY: ${{ secrets.NUGET_TOKEN }}

0 commit comments

Comments
 (0)