Browse Source
Upload ilspycmd release build artifacts
pull/2667/head
Christoph Wille
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
8 additions and
0 deletions
-
.github/workflows/build-ilspy.yml
|
|
@ -137,3 +137,11 @@ jobs: |
|
|
|
name: ILSpy Installer ${{ steps.version.outputs.ILSPY_VERSION_NUMBER }} (${{ matrix.configuration }}) |
|
|
|
path: ILSpy.Installer\wix\*.msi |
|
|
|
if-no-files-found: error |
|
|
|
|
|
|
|
- name: Upload ilspycmd release build artifacts |
|
|
|
if: matrix.configuration == 'release' |
|
|
|
uses: actions/upload-artifact@v2 |
|
|
|
with: |
|
|
|
name: ilspycmd dotnet tool (${{ matrix.configuration }}) |
|
|
|
path: ICSharpCode.Decompiler.Console\bin\Release\ilspycmd*.nupkg |
|
|
|
if-no-files-found: error |