We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1626478 commit 3ab83bfCopy full SHA for 3ab83bf
1 file changed
.github/workflows/build-wheel.yml
@@ -99,7 +99,7 @@ jobs:
99
Write-Host "Starting artifact download process..."
100
Write-Host "C2PA_VERSION: $env:C2PA_VERSION"
101
102
- python scripts/download_artifacts.py $C2PA_VERSION
+ python scripts/download_artifacts.py "$env:C2PA_VERSION"
103
104
Write-Host "Artifacts directory contents:"
105
Get-ChildItem -Recurse -Path artifacts
0 commit comments