Skip to content

Commit 14587d1

Browse files
committed
Fixed working directory for plugin artifact.
1 parent 05c017f commit 14587d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/create-plugin-artifact/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
uses: ./.github/actions/setup-php-composer
1616
with:
1717
php-version: ${{ inputs.php }}
18-
working-directory: ${{ inputs.working-directory }}
18+
working-directory: plugins/${{ inputs.slug }}
1919
composer-options: ${{ inputs.composer-options }}
2020

2121
- name: Create plugin artifact

0 commit comments

Comments
 (0)