Skip to content

Commit

Permalink
Pass include-hidden-files: true to actions/upload-artifact (#303)
Browse files Browse the repository at this point in the history
* Pass `include-hidden-files: true` to `actions/upload-artifact`
* chlog

---------

Co-authored-by: Jirka Borovec <[email protected]>
  • Loading branch information
shino16 and Borda authored Sep 2, 2024
1 parent 2549f80 commit 589c7f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
with:
name: ${{ inputs.artifact-name }}
path: dist
include-hidden-files: true

pkg-build:
needs: init-store
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 589c7f4

Please sign in to comment.