Skip to content

Commit

Permalink
fix publish (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeygutkin committed Apr 16, 2024
1 parent 0897f55 commit 5a16b1f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ jobs:
- run:
name: Publish
command: |
Save gcloud credentials service account and authenticate
bash google-cloud-sdk/install.sh --rc-path=/Users/distiller/.bashrc --usage-reporting=false --path-update=true --command-completion=true --install-python=true --quiet
source ~/.bashrc
echo $GOOGLE_SERVICE_ACCOUNT_KEY_BASE64 | base64 --decode > gcloud_service_account.json
export GOOGLE_APPLICATION_CREDENTIALS=gcloud_service_account.json
gcloud auth activate-service-account --key-file=$GOOGLE_APPLICATION_CREDENTIALS
# publish in google storage bucket (additionally to electronbuild-publisher)
bash upload_release_to_gs.sh
- save_cache:
Expand Down

0 comments on commit 5a16b1f

Please sign in to comment.