Skip to content

Commit 23131c9

Browse files
authored
Update cd.yml
1 parent 296a360 commit 23131c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Install GTK
6565
run: |
6666
$WebClient = New-Object System.Net.WebClient
67-
$WebClient.DownloadFile("${{ steps.gvsbuild-url.outputs.gvsbuild-release-url }}/gvsbuild-py${{matrix.python-version}}-vs17-${{matrix.arch}}.zip","C:\GTK.zip")
67+
$WebClient.DownloadFile("${{ steps.gvsbuild-url.outputs.gvsbuild-release-url }}/gvsbuild-py${{ matrix.python }}-vs17-${{ matrix.arch }}.zip","C:\GTK.zip")
6868
7z x C:\GTK.zip -oc:\GTK
6969
echo "C:\GTK\release\lib" | Out-File -FilePath $env:GITHUB_PATH -Append
7070
echo "C:\GTK\release\bin" | Out-File -FilePath $env:GITHUB_PATH -Append

0 commit comments

Comments
 (0)