diff --git a/.github/workflows/check-package.yml b/.github/workflows/check-package.yml index dc8f0350..330001cd 100644 --- a/.github/workflows/check-package.yml +++ b/.github/workflows/check-package.yml @@ -68,6 +68,7 @@ jobs: with: name: ${{ inputs.artifact-name }} path: dist + include-hidden-files: true pkg-build: needs: init-store diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c8ae56c..2a260a6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - CI: rename `import-extras` to `custom-import` in package check ([#287](https://github.com/Lightning-AI/utilities/pull/287)) +- CI: pass `include-hidden-files: true` to upload created packages ([#303](https://github.com/Lightning-AI/utilities/pull/303)) ### Fixed