We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca1d95b commit 8ff6c51Copy full SHA for 8ff6c51
.github/workflows/pecl.yml
@@ -114,7 +114,7 @@ jobs:
114
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
115
run: |
116
ls -l artifacts
117
- extension=$(basename "${{ inputs.extension-url }}")
+ extension=$(basename "${{ inputs.extension-url }}" | tr '[:upper:]' '[:lower:]')
118
mkdir -p /tmp/$extension/${{ inputs.extension-ref }}/
119
cp -a artifacts/* /tmp/$extension/${{ inputs.extension-ref }}/
120
cd /tmp || exit 1
0 commit comments