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 537cd64 commit fc4d54cCopy full SHA for fc4d54c
.github/workflows/release-binaries.yml
@@ -89,9 +89,10 @@ jobs:
89
find /c/vcpkg -iname 'libxml*.lib'
90
91
- 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
+ with:
+ name: libxml2
+ path: |
95
+ C:\vcpkg\installed\x64-windows-static-release\lib\libxml2.lib
96
97
- name: Checkout LLVM
98
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
0 commit comments