Skip to content

Commit

Permalink
ci: correct CLOUDSDK_PYTHON variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dexturr committed Nov 1, 2023
1 parent 4c5deac commit e5e80c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ jobs:
- name: "Set up Cloud SDK"
uses: "google-github-actions/setup-gcloud@v1"
env:
CLOUDSDK_PYTHON: "C:\hostedtoolcache\windows\Python\3.9.13\x64"
CLOUDSDK_PYTHON: "python3"

- name: "Use gcloud CLI"
run: "gcloud info"
Expand Down

0 comments on commit e5e80c6

Please sign in to comment.