From 94794311d74132a2774f2eb6763f89e6915d1a64 Mon Sep 17 00:00:00 2001 From: mlsmaycon Date: Mon, 23 May 2022 18:19:53 +0200 Subject: [PATCH] One upload per nfpms ID and update MacOS Name --- .github/workflows/release.yml | 2 +- .goreleaser.yaml | 17 +++++++++++++++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c3cecb051..ac4bf54ec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -131,7 +131,7 @@ jobs: uses: benc-uk/workflow-dispatch@v1 if: startsWith(github.ref, 'refs/tags/') with: - workflow: Sign darwin ui app + workflow: Sign darwin ui app with dispatch repo: netbirdio/sign-pipelines ref: ${{ env.SIGN_PIPE_VER }} token: ${{ secrets.SIGN_GITHUB_TOKEN }} diff --git a/.goreleaser.yaml b/.goreleaser.yaml index de036713a..7dc9b8f8a 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -419,16 +419,29 @@ uploads: - name: debian ids: - deb - - netbird-ui-deb mode: archive 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 method: PUT + - name: debian-ui + ids: + - netbird-ui-deb + mode: archive + 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 + method: PUT + - name: yum ids: - rpm - - netbird-ui-rpm mode: archive target: https://pkgs.wiretrustee.com/yum/{{ .Arch }}{{ if .Arm }}{{ .Arm }}{{ end }} username: dev@wiretrustee.com method: PUT + - name: yum-ui + ids: + - netbird-ui-rpm + mode: archive + target: https://pkgs.wiretrustee.com/yum/{{ .Arch }}{{ if .Arm }}{{ .Arm }}{{ end }} + username: dev@wiretrustee.com + method: PUT \ No newline at end of file