mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-25 12:41:53 +08:00
fix(ci): 修复 Windows 产物 .exe.exe 双后缀问题
This commit is contained in:
@@ -87,7 +87,6 @@ archives:
|
|||||||
{{- else if eq .Arch "386" }}x32
|
{{- else if eq .Arch "386" }}x32
|
||||||
{{- else }}{{ .Arch }}{{ end }}
|
{{- else }}{{ .Arch }}{{ end }}
|
||||||
{{- if .Arm }}v{{ .Arm }}{{ end }}
|
{{- if .Arm }}v{{ .Arm }}{{ end }}
|
||||||
{{- if eq .Os "windows" }}.exe{{ end }}
|
|
||||||
|
|
||||||
# 无本地插件版归档
|
# 无本地插件版归档
|
||||||
- id: fscan-nolocal
|
- id: fscan-nolocal
|
||||||
@@ -102,7 +101,6 @@ archives:
|
|||||||
{{- else if eq .Arch "386" }}x32
|
{{- else if eq .Arch "386" }}x32
|
||||||
{{- else }}{{ .Arch }}{{ end }}
|
{{- else }}{{ .Arch }}{{ end }}
|
||||||
{{- if .Arm }}v{{ .Arm }}{{ end }}
|
{{- if .Arm }}v{{ .Arm }}{{ end }}
|
||||||
{{- if eq .Os "windows" }}.exe{{ end }}
|
|
||||||
|
|
||||||
# WebUI版归档
|
# WebUI版归档
|
||||||
- id: fscan-web
|
- id: fscan-web
|
||||||
@@ -117,7 +115,6 @@ archives:
|
|||||||
{{- else if eq .Arch "386" }}x32
|
{{- else if eq .Arch "386" }}x32
|
||||||
{{- else }}{{ .Arch }}{{ end }}
|
{{- else }}{{ .Arch }}{{ end }}
|
||||||
{{- if .Arm }}v{{ .Arm }}{{ end }}
|
{{- if .Arm }}v{{ .Arm }}{{ end }}
|
||||||
{{- if eq .Os "windows" }}.exe{{ end }}
|
|
||||||
|
|
||||||
checksum:
|
checksum:
|
||||||
name_template: 'checksums.txt'
|
name_template: 'checksums.txt'
|
||||||
|
|||||||
Reference in New Issue
Block a user