We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abca8d8 commit a34d07aCopy full SHA for a34d07a
.github/actions/upload-msi/action.yml
@@ -1,5 +1,9 @@
1
name: 'Upload MSI'
2
-description: 'Upload gh.msi to both homebrew-gh and gh-cli releases'
+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
7
runs:
8
using: 'node12'
9
main: 'dist/index.js'
0 commit comments