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 29959e4 commit 0581987Copy full SHA for 0581987
.github/workflows/pecl.yml
@@ -172,8 +172,9 @@ jobs:
172
artifact_name="php_${extension_original}-${ref}-${php_version}-${ts}-${vs_version}-${arch}.zip"
173
# Release uses new extension name and ref without 'v'
174
release_tag="${extension}-${ref_clean}"
175
+ echo "Final 1 extension: $extension"
176
release_asset_name="php_${extension}-${ref_clean}-${php_version}-${ts}-${vs_version}-${arch}.zip"
-
177
+ echo "Final asset extension: $release_asset_name"
178
artifact_id=$(gh api repos/${{ github.repository }}/actions/runs/${{ github.run_id }}/artifacts \
179
--jq ".artifacts[] | select(.name==\"${artifact_name}\") | .id")
180
0 commit comments