We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 439c466 commit 398e773Copy full SHA for 398e773
.github/workflows/cpp-packaging.yml
@@ -664,7 +664,7 @@ jobs:
664
# Must be run after the Python setup action
665
- name: Set CLOUDSDK_PYTHON (Windows)
666
if: startsWith(matrix.os, 'windows') && !cancelled()
667
- run: echo "::set-env name=CLOUDSDK_PYTHON::${{env.pythonLocation}}\python.exe"
+ run: echo "CLOUDSDK_PYTHON=${{env.pythonLocation}}\python.exe" >> $GITHUB_ENV
668
- name: Install Cloud SDK
669
if: ${{ !cancelled() }}
670
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
0 commit comments