Skip to content

Commit 0581987

Browse files
authored
Update pecl.yml
1 parent 29959e4 commit 0581987

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pecl.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,9 @@ jobs:
172172
artifact_name="php_${extension_original}-${ref}-${php_version}-${ts}-${vs_version}-${arch}.zip"
173173
# Release uses new extension name and ref without 'v'
174174
release_tag="${extension}-${ref_clean}"
175+
echo "Final 1 extension: $extension"
175176
release_asset_name="php_${extension}-${ref_clean}-${php_version}-${ts}-${vs_version}-${arch}.zip"
176-
177+
echo "Final asset extension: $release_asset_name"
177178
artifact_id=$(gh api repos/${{ github.repository }}/actions/runs/${{ github.run_id }}/artifacts \
178179
--jq ".artifacts[] | select(.name==\"${artifact_name}\") | .id")
179180

0 commit comments

Comments
 (0)