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:
parent
abca8d8685
commit
a34d07aecb
4 changed files with 8367 additions and 8307 deletions
6
.github/actions/upload-msi/action.yml
vendored
6
.github/actions/upload-msi/action.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue