File tree Expand file tree Collapse file tree 3 files changed +27
-21
lines changed
Expand file tree Collapse file tree 3 files changed +27
-21
lines changed Original file line number Diff line number Diff line change 4949 id : download_exe
5050 shell : bash
5151 run : |
52- hub release download "${GITHUB_REF#refs/tags/}" -i '*windows_amd64 *.zip'
52+ hub release download "${GITHUB_REF#refs/tags/}" -i '*windows-amd64 *.zip'
5353 printf "::set-output name=zip::%s\n" *.zip
5454 unzip -o *.zip && rm -v *.zip
5555 env :
Original file line number Diff line number Diff line change @@ -74,26 +74,6 @@ brews:
7474 bin.install name
7575
7676 prefix.install_metafiles
77- nfpms :
78- - file_name_template : " {{ .Binary }}-{{.Os}}-{{.Arch}}"
79- homepage : https://github.com/linuxsuren/http-downloader
80- description : HTTP download tool
81- maintainer :
rick <[email protected] > 82- license : MIT
83- vendor : Jenkins
84- formats :
85- - deb
86- - rpm
87- recommends :
88- - bash-completion
89- - vim
90- bindir : /usr/bin
91- replacements :
92- amd64 : 64bit
93- arm64 : arm64
94- darwin : macOS
95- linux : linux
96- windows : windows
9777dockers :
9878 - goos : linux
9979 goarch : amd64
Original file line number Diff line number Diff line change 1+ {
2+ "product" : " HTTP downloader" ,
3+ "company" : " LinuxSuRen" ,
4+ "license" : " LICENSE" ,
5+ "upgrade-code" : " 7c0a5736-5b8e-4176-b350-613fa2d8a1b3" ,
6+ "files" : {
7+ "guid" : " 6e6dcb19-3cf6-46d1-ac56-c6fb39485c9d" ,
8+ "items" : [
9+ " hd.exe"
10+ ]
11+ },
12+ "env" : {
13+ "guid" : " 94faac3d-4478-431c-8497-fba55dcfb249" ,
14+ "vars" : [
15+ {
16+ "name" : " PATH" ,
17+ "value" : " [INSTALLDIR]" ,
18+ "permanent" : " yes" ,
19+ "system" : " no" ,
20+ "action" : " set" ,
21+ "part" : " last"
22+ }
23+ ]
24+ },
25+ "shortcuts" : {}
26+ }
You can’t perform that action at this time.
0 commit comments