|
|
|
@ -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 }} |
|
|
|
|