Skip to content

Commit

Permalink
Update GHA setup (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Sep 30, 2024
1 parent b1d6e9d commit bf0c45d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# see https://github.com/ansible-community/devtools
_extends: ansible-community/devtools
# see https://github.com/ansible/devtools
_extends: ansible/devtools
2 changes: 2 additions & 0 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ jobs:
with:
name: logs-${{ matrix.name }}.zip
if-no-files-found: error
include-hidden-files: true
path: |
.tox/**/log/
.tox/**/.coverage*
Expand Down Expand Up @@ -155,6 +156,7 @@ jobs:
with:
name: logs.zip
pattern: logs-*.zip
include-hidden-files: true
# artifacts like py312.zip and py312-macos do have overlapping files
separate-directories: true

Expand Down

0 comments on commit bf0c45d

Please sign in to comment.