File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 9
9
inputs :
10
10
tag :
11
11
required : true
12
- description : ' Tag to Rebuild MSI '
13
- version :
14
- description : ' Version of Rebuild MSI '
12
+ description : ' Tag of nushell/nushell '
13
+ release :
14
+ description : ' Release Tag of Integrations '
15
15
16
16
permissions :
17
17
contents : write
@@ -67,14 +67,14 @@ jobs:
67
67
OS : ${{ matrix.os }}
68
68
REF : ${{ inputs.tag }}
69
69
TARGET : ${{ matrix.target }}
70
- MSI_VERSION : ${{ inputs.version }}
70
+ MSI_VERSION : ${{ inputs.tag }}
71
71
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
72
72
73
73
# REF: https://github.com/marketplace/actions/gh-release
74
74
- name : Publish Archive
75
75
uses : softprops/action-gh-release@v2.0.5
76
76
with :
77
- tag_name : v ${{ inputs.tag }}
77
+ tag_name : ${{ inputs.release }}
78
78
files : ${{ steps.nu.outputs.msi }}
79
79
env :
80
80
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
88
88
env :
89
89
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
90
90
run : >-
91
- gh release download v ${{ inputs.tag }}
91
+ gh release download ${{ inputs.release }}
92
92
--repo ${{ github.repository }}
93
93
--pattern '*'
94
94
--dir release
98
98
uses : softprops/action-gh-release@v2.0.5
99
99
with :
100
100
files : SHA256SUMS
101
- tag_name : v ${{ inputs.tag }}
101
+ tag_name : ${{ inputs.release }}
102
102
env :
103
103
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments