stevedlawrence opened a new pull request, #18: URL: https://github.com/apache/daffodil-infrastructure/pull/18
When the release-cadidate action does not publish a release (e.g. snapshot build, triggered fromh workflow_dispatch), the action creates a zip of the created artifacts so that they can be verified. However, it can also include artifacts that already existed in SVN. This can lead to confusion since there are unexpected files. This fixes the logic of how we list artifacts to ensure we only include artifacts that were created by the action so it excludes files that were already in SVN. This also renames the "release" directory where artifacts are stored to "release-download"--this makes its naming more clear that the zip contains downloaded artifacts rather that locally built artifacts, and makes the naming working better with the check-release container. DAFFODIL-3040 -- 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: commits-unsubscr...@daffodil.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org