Improve .msi asset handling in upload-msi action

- Allow .msi file to be specified via input to action
- Delete obsolete .exe file after uploading .msi
This commit is contained in:
Mislav Marohnić 2020-01-09 14:59:43 +01:00
parent abca8d8685
commit a34d07aecb
4 changed files with 8367 additions and 8307 deletions

View file

@ -1,5 +1,9 @@
name: 'Upload MSI'
description: 'Upload gh.msi to both homebrew-gh and gh-cli releases'
description: 'Upload an additional asset to a release'
inputs:
msi-file:
description: 'path to the MSI file to attach to a release'
required: true
runs:
using: 'node12'
main: 'dist/index.js'