ci: fix conveyor release

This commit is contained in:
zaneschepke
2026-02-27 12:32:56 -05:00
parent bc2dc65fd1
commit 54214ccdbd
2 changed files with 14 additions and 33 deletions
+4 -11
View File
@@ -4,21 +4,14 @@ conveyor.billing-email = "dev@zaneschepke.com"
app {
// TODO for when we get CI working
// signing-key = ${env.CONVEYOR_SIGNING_KEY}
// mac.certificate = apple.cer
// windows.certificate = windows.cer
site {
copy-to = "."
consistency-checks = "warn"
base-url = "https://downloads.wgtunnnel.com"
ignore-connection-error-for-hosts += downloads.wgtunnnel.com
// will overwrite base-url
// github {
// oauth-token = ${env.CONVEYOR_PAT}
// pages-branch = "gh-pages"
// }
github {
oauth-token = ${env.CONVEYOR_PAT}
pages-branch = "gh-pages"
}
}
windows {