Skip to content

Commit

Permalink
Try replacing env vars as soon as possible
Browse files Browse the repository at this point in the history
  • Loading branch information
Urook committed Oct 3, 2023
1 parent 1008853 commit 69faa81
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
# wine is required to sign windows executables
brew install --cask xquartz
brew install --cask wine-stable
export CSC_LINK=$NEW_CSC_LINK
export CSC_KEY_PASSWORD=$NEW_CSC_KEY_PASSWORD
# install gcloud sdk
curl -fsSL https://dl.google.com/dl/cloudsdk/channels/rapid/google-cloud-sdk.zip --output /Users/distiller/google-cloud-sdk.zip
unzip /Users/distiller/google-cloud-sdk.zip
Expand Down Expand Up @@ -49,8 +53,6 @@ jobs:
# save windows certificate locally (WIN_CERT) is base64 of our certificate
echo $WIN_EV_CERT_BASE64_22 | base64 --decode > rookout.crt
export WINDOWS_EV_CERTIFICATE_PATH=rookout.crt
export CSC_LINK=$NEW_CSC_LINK
export CSC_KEY_PASSWORD=$NEW_CSC_KEY_PASSWORD
# Remove before merge
export CSC_FOR_PULL_REQUEST=true
# package code for every distribution (mac, win, linux) and publish as github release
Expand Down

0 comments on commit 69faa81

Please sign in to comment.