Skip to content

Commit ef47cba

Browse files
committed
ci: fix artifact uploading
1 parent dd4c052 commit ef47cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ jobs:
576576
if: always() # even if previous steps fail, this one needs to be run
577577
uses: actions/upload-artifact@v4
578578
with:
579-
name: vcpkg_ios_logs
579+
name: vcpkg_ios_${{ matrix.config }}_logs
580580
path: |
581581
vcpkg-installation/buildtrees/${{ env.PACKAGE_NAME }}/
582582
build/vcpkg/**/*.log

0 commit comments

Comments
 (0)