Browse Source

Single-line nuget push because we are not on Linux

pull/2276/head
Christoph Wille 5 years ago
committed by GitHub
parent
commit
70bcbce573
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/build-ilspy.yml

4
.github/workflows/build-ilspy.yml

@ -113,9 +113,7 @@ jobs:
- name: Publish NuGet
if: github.ref == 'refs/heads/master' && matrix.channel == 'zip' && matrix.configuration == 'release'
run: |
dotnet nuget push "ICSharpCode.Decompiler\bin\Release\ICSharpCode.Decompiler*.nupkg" \
--api-key ${{ secrets.GITHUB_TOKEN }} \
--source https://nuget.pkg.github.com/${{ github.repository_owner }}
dotnet nuget push "ICSharpCode.Decompiler\bin\Release\ICSharpCode.Decompiler*.nupkg" --api-key ${{ secrets.GITHUB_TOKEN }} --source https://nuget.pkg.github.com/${{ github.repository_owner }}
- name: Upload zip release build artifacts
if: matrix.channel == 'zip'

Loading…
Cancel
Save