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

2
.github/workflows/build-ilspy.yml

@ -124,5 +124,3 @@ jobs: @@ -124,5 +124,3 @@ 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
env:
NUGET_AUTH_TOKEN: ${{ github.token }}

Loading…
Cancel
Save