Skip to content

Commit 24988d5

Browse files
committed
Move vendor
1 parent 26b4e07 commit 24988d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,6 @@ runs:
5151
# composer-options: "--no-suggest"
5252
composer-options: "--no-suggest ${{ inputs.php-version == '8.4'
5353
&& '--ignore-platform-req=php+' || '' }}"
54-
54+
- name: Move vendor up a level
55+
run: "mv composer/vendor ."
56+
shell: bash

0 commit comments

Comments
 (0)