Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joernott committed Sep 11, 2024
1 parent c782436 commit d91a910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch_metapackage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
- name: 'Download artifacts'
uses: actions/download-artifact@v4
with:
pattern: 'install-*.${{matrix.branch}}*-PHP${{matrix.php}}-MYSQL${{needs.gather_data.outputs.mysql}}'
pattern: 'install-*${{matrix.branch}}*-PHP${{matrix.php}}-MYSQL${{needs.gather_data.outputs.mysql}}'
path: data

- name: 'Rename files'
Expand Down

0 comments on commit d91a910

Please sign in to comment.