Skip to content

Commit

Permalink
Merge pull request #7 from uniteeio/feature/v2
Browse files Browse the repository at this point in the history
  • Loading branch information
titouancreach authored Jan 26, 2023
2 parents 05da1e2 + 56ccbc6 commit cecf150
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pushing-new-version-nuget-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:

- name: Build and generate NuGet package
run: |
cd dotnet-img-proxy
cd Unitee.ImgProxyClient
dotnet build -c Release -p:Version=${RELEASE_VERSION}
dotnet pack -c Release -p:Version=${RELEASE_VERSION} -o out
- name: Push generated package
run: dotnet nuget push /home/runner/work/dotnet-img-proxy/dotnet-img-proxy/dotnet-img-proxy/out/*.nupkg -k ${{secrets.NUGET_API_KEY}} -s https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols true
run: dotnet nuget push /home/runner/work/Unitee.ImgProxyClient/Unitee.ImgProxyClient/Unitee.ImgProxyClient/out/*.nupkg -k ${{secrets.NUGET_API_KEY}} -s https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols true

0 comments on commit cecf150

Please sign in to comment.