We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85c4f4a commit d18213dCopy full SHA for d18213d
.github/workflows/github_workflows_build-dot.yml
@@ -35,7 +35,7 @@ jobs:
35
python_source: ${{ env.python_source }}
36
python_sha256: ${{ env.python_sha256 }}
37
run: |
38
- curl.exe -L -o "python-$WINPYVERSION-embed.tar.gz $python_source
+ curl.exe -L -o python-$WINPYVERSION-embed.tar.gz $python_source
39
# Calculate SHA256 hash
40
actual_hash=$(sha256sum python-$WINPYVERSION-embed.tar.gz | cut -d' ' -f1)
41
0 commit comments