Skip to content

Commit fc4d54c

Browse files
committed
More debug
1 parent 537cd64 commit fc4d54c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/release-binaries.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,10 @@ jobs:
8989
find /c/vcpkg -iname 'libxml*.lib'
9090
9191
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
92-
name: ${{ runner.os }}-${{ runner.arch }}-nsis-log
93-
path: |
94-
C:\vcpkg\installed\x64-windows-static-release\lib\libxml2.lib
92+
with:
93+
name: libxml2
94+
path: |
95+
C:\vcpkg\installed\x64-windows-static-release\lib\libxml2.lib
9596
9697
- name: Checkout LLVM
9798
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)