mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 02:18:50 +00:00
ci: Try again to separate releases (#5295)
https://github.com/firezone/firezone/actions/runs/9453112091
This commit is contained in:
4
.github/workflows/_build_artifacts.yml
vendored
4
.github/workflows/_build_artifacts.yml
vendored
@@ -223,7 +223,7 @@ jobs:
|
||||
--repo ${{ github.repository }}
|
||||
- name: Authenticate to Google Cloud
|
||||
id: auth
|
||||
if: ${{ inputs.profile == 'release' && matrix.stage == 'release' && contains(fromJSON('["relay", "gateway", "client"]'), matrix.name.image_name) }}
|
||||
if: ${{ inputs.profile == 'release' && matrix.stage == 'release' && contains(fromJSON('["gateway", "client"]'), matrix.name.image_name) }}
|
||||
uses: google-github-actions/auth@v2
|
||||
with:
|
||||
workload_identity_provider: "projects/397012414171/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions"
|
||||
@@ -231,7 +231,7 @@ jobs:
|
||||
export_environment_variables: true
|
||||
create_credentials_file: true
|
||||
- name: Copy binaries to Google Cloud Storage
|
||||
if: ${{ inputs.profile == 'release' && matrix.stage == 'release' && contains(fromJSON('["relay", "gateway", "client"]'), matrix.name.image_name) }}
|
||||
if: ${{ inputs.profile == 'release' && matrix.stage == 'release' && contains(fromJSON('["gateway", "client"]'), matrix.name.image_name) }}
|
||||
run: |
|
||||
gcloud storage cp \
|
||||
${BINARY_DEST_PATH} \
|
||||
|
||||
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -58,6 +58,7 @@ jobs:
|
||||
- uses: release-drafter/release-drafter@v6
|
||||
id: update-release-draft
|
||||
with:
|
||||
tag_name: ${{ matrix.release_name }}
|
||||
version: ${{ matrix.release_name }}
|
||||
name: ${{ matrix.release_name }}
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user