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 b2e2385 commit d5b3e83Copy full SHA for d5b3e83
.github/workflows/pecl.yml
@@ -130,7 +130,7 @@ jobs:
130
"https://api.github.com/repos/${{ github.repository }}/actions/artifacts/${artifact_id}/zip" \
131
-o artifact_wrapper.zip
132
133
- New-Item -Path ".\$artifact_id" -ItemType Directory -Force | Out-Null
+ mkdir -p "$artifact_id"
134
unzip -oq artifact_wrapper.zip -d "./$artifact_id"
135
136
if ! gh release view "${release_tag}" -R ${{ github.repository }} >/dev/null 2>&1; then
0 commit comments