Skip to content

Commit a34d07a

Browse files
committed
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
1 parent abca8d8 commit a34d07a

File tree

4 files changed

+9267
-9207
lines changed

4 files changed

+9267
-9207
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: 'Upload MSI'
2-
description: 'Upload gh.msi to both homebrew-gh and gh-cli releases'
2+
description: 'Upload an additional asset to a release'
3+
inputs:
4+
msi-file:
5+
description: 'path to the MSI file to attach to a release'
6+
required: true
37
runs:
48
using: 'node12'
59
main: 'dist/index.js'

0 commit comments

Comments
 (0)