Skip to content

Commit 3c0c2ee

Browse files
committed
Copy python version extraction from langs
1 parent 60030b4 commit 3c0c2ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ jobs:
8383

8484
- name: Deploy
8585
run: |
86-
$env:python_version=$(python -c 'import sys; print(\".\".join(map(str, sys.version_info[:3])))')
86+
$env:python_version=$(python -c 'import sys; print(".".join(map(str, sys.version_info[:3])))')
8787
$env:CLOUDSDK_PYTHON="C:\hostedtoolcache\windows\Python\$env:python_version\x64\python"
8888
gsutil cp target/${{ matrix.target }}/release/tmc.exe gs://${{ secrets.GCP_BUCKET }}/tmc-cli-rust/tmc-cli-rust-${{ matrix.target }}-${{ steps.get_version.outputs.VERSION }}.exe

0 commit comments

Comments
 (0)