We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e9ebaf commit 3ddb142Copy full SHA for 3ddb142
1 file changed
.github/workflows/build.yml
@@ -71,17 +71,7 @@ jobs:
71
with:
72
type: 'zip'
73
directory: vcpkg
74
- filename: vcpkg-windows-latest.zip
75
-
76
- - name: Debug - List files (Windows)
77
- if: matrix.os == 'windows-latest'
78
- run: |
79
- echo "Current directory:"
80
- pwd
81
- echo "Files in current directory:"
82
- dir
83
- echo "Looking for zip files:"
84
- dir *.zip
+ filename: ../vcpkg-windows-latest.zip
85
86
- name: Publish windows
87
if: matrix.os == 'windows-latest'
0 commit comments