Skip to content

Commit

Permalink
Fix mautrix-signal binary file name
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Dec 15, 2023
1 parent 5b9817b commit e3e0c00
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
1 change: 0 additions & 1 deletion api/gitlab/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e3e0c00

Please sign in to comment.