Skip to content

Commit 6e5ed9f

Browse files
Use index qualifier for CI artifacts
1 parent 3c7acc8 commit 6e5ed9f

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 (${{matrix.env}} ${{matrix.vcpkg_arg}})
80+
name: Packages (Job ${{strategy.job-index}})
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)