Christoph Wille 5 years ago committed by GitHub
parent
commit
d023b8371d
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

@ -123,4 +123,6 @@ jobs: @@ -123,4 +123,6 @@ jobs:
- name: Push to Github Packages
if: github.ref == 'refs/heads/master' && success() && matrix.channel == 'zip' && matrix.configuration == 'release'
run: dotnet nuget push ICSharpCode.Decompiler\bin\Release\ICSharpCode.Decompiler*.nupkg --no-symbols --skip-duplicate
run: nuget.exe push ICSharpCode.Decompiler\bin\Release\ICSharpCode.Decompiler*.nupkg -NoSymbols -SkipDuplicate
env:
NUGET_AUTH_TOKEN: ${{ github.token }}

Loading…
Cancel
Save