Skip to content

Commit

Permalink
Add hidden files to upload-artifact (#1846)
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonlhart authored Sep 6, 2024
1 parent fd61be1 commit 90da699
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: logs-${{ matrix.name }}.zip
include-hidden-files: true
path: |
.tox/**/log/
.tox/**/coverage.xml
Expand Down Expand Up @@ -128,6 +129,7 @@ jobs:
uses: actions/upload-artifact/merge@v4
with:
name: logs.zip
include-hidden-files: true
pattern: logs-*.zip
separate-directories: true

Expand Down Expand Up @@ -164,6 +166,7 @@ jobs:
- name: Delete Merged Artifacts
uses: actions/upload-artifact/merge@v4
with:
include-hidden-files: true
delete-merged: true

- name: Notify repository owners about changes affecting them
Expand Down

0 comments on commit 90da699

Please sign in to comment.