Skip to content

Commit 410474c

Browse files
committed
ci: exact name for logs artifact
1 parent b6614c6 commit 410474c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ jobs:
364364
if: always() # even if previous steps fail, this one needs to be run
365365
uses: actions/upload-artifact@v4
366366
with:
367-
name: vcpkg_logs
367+
name: vcpkg_linux_logs
368368
path: |
369369
vcpkg-installation/buildtrees/${{ env.PACKAGE_NAME }}/
370370
build/vcpkg/**/*.log

0 commit comments

Comments
 (0)