Skip to content

Commit

Permalink
fix: 完善构建安装逻辑
Browse files Browse the repository at this point in the history
  • Loading branch information
liufang-robot committed Jun 16, 2024
1 parent 18081f7 commit fae98c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux_dotnet_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
cd ./build/dotnet/packages
ls -l
dotnet nuget push --help
dotnet nuget push lebai.runtime.linux-x64.1.*.*.nupkg -k ${{ secrets.LEBAI_NUGET_KEY }} -s https://api.nuget.org/v3/index.json
dotnet nuget push lebai.1.*.*.nupkg -k ${{ secrets.LEBAI_NUGET_KEY }} -s https://api.nuget.org/v3/index.json
dotnet nuget push lebai.runtime.linux-x64.1.*.*.nupkg -k ${{ secrets.LEBAI_NUGET_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate
dotnet nuget push lebai.1.*.*.nupkg -k ${{ secrets.LEBAI_NUGET_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate
- name: Upload artifacts
uses: actions/upload-artifact@v4
id: artifact
Expand Down

0 comments on commit fae98c1

Please sign in to comment.