Skip to content

Commit 3ddb142

Browse files
committed
trying new archive location
1 parent 8e9ebaf commit 3ddb142

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -71,17 +71,7 @@ jobs:
7171
with:
7272
type: 'zip'
7373
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
74+
filename: ../vcpkg-windows-latest.zip
8575

8676
- name: Publish windows
8777
if: matrix.os == 'windows-latest'

0 commit comments

Comments
 (0)