Skip to content

Commit 3ab83bf

Browse files
committed
fix: Test build debug
1 parent 1626478 commit 3ab83bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
Write-Host "Starting artifact download process..."
100100
Write-Host "C2PA_VERSION: $env:C2PA_VERSION"
101101
102-
python scripts/download_artifacts.py $C2PA_VERSION
102+
python scripts/download_artifacts.py "$env:C2PA_VERSION"
103103
104104
Write-Host "Artifacts directory contents:"
105105
Get-ChildItem -Recurse -Path artifacts

0 commit comments

Comments
 (0)