mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
fix(ci): use correct relay binary location (#10198)
Fixes an issue introduced in #10196. Related: #10196
This commit is contained in:
4
.github/workflows/_build_artifacts.yml
vendored
4
.github/workflows/_build_artifacts.yml
vendored
@@ -332,11 +332,11 @@ jobs:
|
||||
run: |
|
||||
set -e
|
||||
gcloud storage cp \
|
||||
"$BINARY_DEST_PATH" \
|
||||
"${{ matrix.name.package }}" \
|
||||
gs://firezone-staging-artifacts/${{ matrix.name.image_name }}/${{ inputs.sha }}/${{ matrix.arch.shortname }}
|
||||
|
||||
gcloud storage cp \
|
||||
"$BINARY_DEST_PATH".sha256sum.txt \
|
||||
"${{ matrix.name.package }}".sha256sum.txt \
|
||||
gs://firezone-staging-artifacts/${{ matrix.name.image_name }}/${{ inputs.sha }}/${{ matrix.arch.shortname }}.sha256sum.txt
|
||||
- name: Upload Release Assets
|
||||
if: ${{ inputs.profile == 'release' && matrix.stage == 'release' && matrix.name.release_name }}
|
||||
|
||||
Reference in New Issue
Block a user