Skip to content

Commit

Permalink
dotnet release version config incorrect
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Cosmoflips authored May 17, 2023
1 parent 48ce7b3 commit 8ee9bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows_dotnet_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- name: upload pacakges
run:
cd ./build/dotnet/packages;
dotnet nuget push lebai.runtime.win-x64.1.0.*.nupkg --api-key ${{ secrets.NUGET_KEY }} --source https://api.nuget.org/v3/index.json;
dotnet nuget push lebai.runtime.win-x64.*.nupkg --api-key ${{ secrets.NUGET_KEY }} --source https://api.nuget.org/v3/index.json;

0 comments on commit 8ee9bae

Please sign in to comment.