We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c5d16f commit c09ce36Copy full SHA for c09ce36
.github/workflows/_build-packages.yml
@@ -55,7 +55,10 @@ jobs:
55
with: # download all build artifacts
56
pattern: ${{ inputs.artifact-name }}-*
57
merge-multiple: true
58
- - run: ls -lh pypi/
+ path: pypi
59
+ - run: |
60
+ apt-get install tree
61
+ tree pypi
62
63
- name: Keep artifact
64
run: python -c "print('DAYS=' + str(5 if '${{ github.event_name }}'.startswith('pull_request') else 0))" >> $GITHUB_ENV
0 commit comments