From e3e0c00eaf136f5494e207e352eaaea20a4f966a Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Fri, 15 Dec 2023 12:54:48 +0200 Subject: [PATCH] Fix mautrix-signal binary file name --- CHANGELOG.md | 1 + api/gitlab/build.go | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index beabf9e..23bee02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ * This is meant for architectures which the CI does not build binaries for, `--local-dev` is better for actually modifying the bridge code. * Marked `darwin/amd64` as unsupported for downloading bridge CI binaries. +* Fixed downloading Signal bridge binaries from CI. * Fixed CI binary downloading not checking HTTP status code and trying to execute HTML error pages instead. diff --git a/api/gitlab/build.go b/api/gitlab/build.go index beb3cac..37f796e 100644 --- a/api/gitlab/build.go +++ b/api/gitlab/build.go @@ -180,7 +180,6 @@ func DownloadMautrixBridgeBinary(ctx context.Context, bridge, path string, noUpd // TODO remove after signalgo is merged into the main repo if bridge == "signal" { repo = "mautrix/signalgo" - fileName = "mautrix-signalgo" } ref, err := getRefFromBridge(bridge) if err != nil {