shibd opened a new pull request, #473:
URL: https://github.com/apache/pulsar-client-node/pull/473
## Background
Recent release workflow runs started to include auxiliary artifacts
uploaded by .
Usage:
build-support/download-release-artifacts.py $WORKFLOW_RUN_ID $DEST_PATH
currently downloads every artifact from a workflow run and unpacks each one as
a release package. During release staging, Usage:
build-support/stage-release.sh $DEST_PATH $WORKFLOW_ID now fails with as soon
as it hits one of these auxiliary artifacts, before the actual N-API tarballs
are processed.
This showed up while staging release artifacts from run for .
## Change
- skip auxiliary artifacts when downloading release artifacts
- keep the failure mode clearer if an unexpected non-zip artifact appears in
the future
## Verification
- ran You should have a GITHUB_TOKEN environment variable
- confirmed the script skips artifacts and downloads the 8 expected N-API
tarballs successfully
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]