From e44c6c441a2d7d0eb208e74b62853f13ebb2cfec Mon Sep 17 00:00:00 2001 From: mlsmaycon Date: Tue, 11 Aug 2026 15:24:35 +0200 Subject: [PATCH] [client] adjust gtk3 version release job Align default names and reuse same environment variables --- .goreleaser_ui_gtk3.yaml | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/.goreleaser_ui_gtk3.yaml b/.goreleaser_ui_gtk3.yaml index 5770ef348..75ff88a49 100644 --- a/.goreleaser_ui_gtk3.yaml +++ b/.goreleaser_ui_gtk3.yaml @@ -111,32 +111,20 @@ changelog: disable: true uploads: - # The gtk3 packages reuse the netbird-ui package name, so they live in - # dedicated repo paths (deb distribution `gtk3`, yum path `yum-gtk3`) that - # legacy distros point their repo config at. - # - # GoReleaser derives the credential env var from the upload name, so these - # would look for UPLOAD_DEBIAN-GTK3_SECRET / UPLOAD_YUM-GTK3_SECRET. The - # release workflow only exports UPLOAD_DEBIAN_SECRET / UPLOAD_YUM_SECRET, and - # a missing secret is a silent skip rather than a failure -- the packages - # reached the GitHub release but never the package repositories. Point - # `password` at the exported vars so both uploads authenticate. - - name: debian-gtk3 + - name: debian skip: "{{ .Env.SKIP_PUBLISH }}" ids: - netbird_ui_deb_gtk3 mode: archive - target: https://pkgs.wiretrustee.com/debian/pool/{{ .ArtifactName }};deb.distribution=gtk3;deb.component=main;deb.architecture={{ if .Arm }}armhf{{ else }}{{ .Arch }}{{ end }};deb.package= + target: https://pkgs.wiretrustee.com/debian/pool/{{ .ArtifactName }};deb.distribution=stable;deb.component=main;deb.architecture={{ if .Arm }}armhf{{ else }}{{ .Arch }}{{ end }};deb.package= username: dev@wiretrustee.com - password: "{{ .Env.UPLOAD_DEBIAN_SECRET }}" method: PUT - - name: yum-gtk3 + - name: yum skip: "{{ .Env.SKIP_PUBLISH }}" ids: - netbird_ui_rpm_gtk3 mode: archive - target: https://pkgs.wiretrustee.com/yum-gtk3/{{ .Arch }}{{ if .Arm }}{{ .Arm }}{{ end }} + target: https://pkgs.wiretrustee.com/yum/{{ .Arch }}{{ if .Arm }}{{ .Arm }}{{ end }} username: dev@wiretrustee.com - password: "{{ .Env.UPLOAD_YUM_SECRET }}" method: PUT