Skip to content

Commit 8ff6c51

Browse files
committed
Fix directory name for PECL in workflow
1 parent ca1d95b commit 8ff6c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pecl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
115115
run: |
116116
ls -l artifacts
117-
extension=$(basename "${{ inputs.extension-url }}")
117+
extension=$(basename "${{ inputs.extension-url }}" | tr '[:upper:]' '[:lower:]')
118118
mkdir -p /tmp/$extension/${{ inputs.extension-ref }}/
119119
cp -a artifacts/* /tmp/$extension/${{ inputs.extension-ref }}/
120120
cd /tmp || exit 1

0 commit comments

Comments
 (0)