Skip to content

Commit f5c517b

Browse files
Qualify artifact name
1 parent 5022022 commit f5c517b

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
@@ -77,7 +77,7 @@ jobs:
7777
- name: Post Artifact
7878
uses: actions/upload-artifact@v4
7979
with:
80-
name: Packages
80+
name: Packages (${{matrix.env}} ${{matrix.vcpkg_arg}})
8181
path: "pkg/*"
8282
# This step will use the same cached +build results as long as all Earthly
8383
# build arguments are equivalent. Make sure of that!

0 commit comments

Comments
 (0)