mirror of
https://github.com/distribution/distribution.git
synced 2025-12-26 09:24:30 +00:00
We're trying to upload conformance test results from a hidden directory: Version 4.4.0 introduced a breaking change: https://github.com/actions/upload-artifact/releases/tag/v4.4.0 We can either set include-hidden-files: true or ename the directory to e.g., out/ without a leading dot which is what we do in this PR Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>