Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
ab02d3a8ef | |||
87e3294f23 |
@ -36,7 +36,8 @@ signs:
|
|||||||
# args: ["-u", "<key id, fingerprint, email, ...>", "--output", "${signature}", "--detach-sign", "${artifact}"]
|
# args: ["-u", "<key id, fingerprint, email, ...>", "--output", "${signature}", "--detach-sign", "${artifact}"]
|
||||||
#
|
#
|
||||||
# defaults to `["--output", "${signature}", "--detach-sign", "${artifact}"]`
|
# defaults to `["--output", "${signature}", "--detach-sign", "${artifact}"]`
|
||||||
args: ["dgst", "-sha256", "-sign", "privkey.pem", "${artifact}.sig", "${artifact}"]
|
args: ["dgst", "-sha256", "-sign", "privkey.pem", "-out", "${artifact}.sig", "${artifact}"]
|
||||||
|
|
||||||
artifacts: all
|
artifacts: all
|
||||||
gitea_urls:
|
gitea_urls:
|
||||||
api: https://git.lbsfilm.at/api/v1/
|
api: https://git.lbsfilm.at/api/v1/
|
||||||
|
2
main.go
2
main.go
@ -27,7 +27,7 @@ func main() {
|
|||||||
} else {
|
} else {
|
||||||
fmt.Println("Success")
|
fmt.Println("Success")
|
||||||
}
|
}
|
||||||
} else if os.Args[1] == "version" {
|
} else if os.Args[1] == "version" || os.Args[1] == "v" {
|
||||||
fmt.Print("Version ")
|
fmt.Print("Version ")
|
||||||
fmt.Println(gitTag)
|
fmt.Println(gitTag)
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user