From 79acfd698f42008f8faa970e3b6a165ca039ac73 Mon Sep 17 00:00:00 2001 From: Jamil Date: Sat, 19 Jul 2025 10:27:12 -0400 Subject: [PATCH] fix(ci): remove copy binaries step (#9940) A leftover from #9913 - we need to remove the copy binaries step. --- .github/workflows/_build_artifacts.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/_build_artifacts.yml b/.github/workflows/_build_artifacts.yml index a9c07bf43..84097694e 100644 --- a/.github/workflows/_build_artifacts.yml +++ b/.github/workflows/_build_artifacts.yml @@ -322,16 +322,6 @@ jobs: ${{ env.BINARY_DEST_PATH }}.sha256sum.txt \ "$clobber" \ --repo ${{ github.repository }} - - name: Copy binaries to Google Cloud Storage - if: ${{ inputs.profile == 'release' && matrix.stage == 'release' && contains(fromJSON('["gateway", "client"]'), matrix.name.image_name) }} - run: | - gcloud storage cp \ - "$BINARY_DEST_PATH" \ - gs://firezone-staging-artifacts/firezone-${{ matrix.name.image_name }}/${{ inputs.sha }}/${{ matrix.arch.shortname }} - - gcloud storage cp \ - "$BINARY_DEST_PATH".sha256sum.txt \ - gs://firezone-staging-artifacts/firezone-${{ matrix.name.image_name }}/${{ inputs.sha }}/${{ matrix.arch.shortname }}.sha256sum.txt - name: Set up QEMU uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0 - name: Set up Docker Buildx