Skip to content

Commit

Permalink
ci: update upload with include-hidden-files: true
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Sep 26, 2024
1 parent 5b79e82 commit e7c85dd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/pkg-create/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ runs:
with:
name: ${{ inputs.artifact-name }}
path: pypi
include-hidden-files: true
1 change: 1 addition & 0 deletions .github/actions/unittesting/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ runs:
with:
name: ${{ steps.location.outputs.artifact }}
path: "test/${{ steps.location.outputs.artifact }}.xml"
include-hidden-files: true
if: failure()

- name: Statistics
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/check-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,4 @@ jobs:
name: docs-${{ matrix.target }}-${{ github.sha }}
path: ${{ inputs.docs-dir }}/build/
retention-days: ${{ env.KEEP_DAYS }}
include-hidden-files: true
1 change: 1 addition & 0 deletions .github/workflows/release-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
with:
name: pypi-packages-${{ github.sha }}
path: dist
include-hidden-files: true

upload-package:
needs: build-package
Expand Down

0 comments on commit e7c85dd

Please sign in to comment.