Skip to content

Commit c09ce36

Browse files
committed
tree pypi
1 parent 4c5d16f commit c09ce36

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/_build-packages.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,10 @@ jobs:
5555
with: # download all build artifacts
5656
pattern: ${{ inputs.artifact-name }}-*
5757
merge-multiple: true
58-
- run: ls -lh pypi/
58+
path: pypi
59+
- run: |
60+
apt-get install tree
61+
tree pypi
5962
6063
- name: Keep artifact
6164
run: python -c "print('DAYS=' + str(5 if '${{ github.event_name }}'.startswith('pull_request') else 0))" >> $GITHUB_ENV

0 commit comments

Comments
 (0)