Skip to content

Commit 3e2bb03

Browse files
committed
Fix windows CI
1 parent 443614c commit 3e2bb03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
cd ./crates/bindings/tmc-langs-node && npm install && npm run build -- --release --target ${{ matrix.target }}
102102
- name: Deploy
103103
run: |
104-
$env:python_version=$(python -c 'import sys; print(\".\".join(map(str, sys.version_info[:3])))')
104+
$env:python_version=$(python -c 'import sys; print(".".join(map(str, sys.version_info[:3])))')
105105
$env:CLOUDSDK_PYTHON="C:\hostedtoolcache\windows\Python\$env:python_version\x64\python"
106106
gsutil cp ./target/${{ matrix.target }}/release/tmc-langs-cli.exe gs://${{ secrets.GCP_BUCKET }}/tmc-langs-rust/tmc-langs-cli-${{ matrix.target }}-$Env:TAG.exe
107107
gsutil cp ./crates/bindings/tmc-langs-node/ts/functions.node gs://${{ secrets.GCP_BUCKET }}/tmc-langs-rust/tmc-langs-${{ matrix.target }}-$Env:TAG.node

0 commit comments

Comments
 (0)