Skip to content

Commit

Permalink
ci: include matrix build version in composer step
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Jul 29, 2024
1 parent b6a66a1 commit df4b481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: build-artifact
name: build-artifact-${{ matrix.php }}
path: /tmp/github-actions

- name: Extract build archive
Expand Down

0 comments on commit df4b481

Please sign in to comment.