Skip to content

Commit d5b3e83

Browse files
authored
Update pecl.yml
1 parent b2e2385 commit d5b3e83

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
@@ -130,7 +130,7 @@ jobs:
130130
"https://api.github.com/repos/${{ github.repository }}/actions/artifacts/${artifact_id}/zip" \
131131
-o artifact_wrapper.zip
132132
133-
New-Item -Path ".\$artifact_id" -ItemType Directory -Force | Out-Null
133+
mkdir -p "$artifact_id"
134134
unzip -oq artifact_wrapper.zip -d "./$artifact_id"
135135
136136
if ! gh release view "${release_tag}" -R ${{ github.repository }} >/dev/null 2>&1; then

0 commit comments

Comments
 (0)