Skip to content

Commit ee85e4e

Browse files
committed
ls -lh pypi/
1 parent d11b218 commit ee85e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_build-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ jobs:
5454
with: # download all build artifacts
5555
pattern: ${{ inputs.artifact-name }}-*
5656
merge-multiple: true
57-
path: pypi
5857
- name: Keep artifact
5958
run: python -c "print('DAYS=' + str(5 if '${{ github.event_name }}'.startswith('pull_request') else 0))" >> $GITHUB_ENV
59+
- run: ls -lh pypi/
6060
- uses: actions/upload-artifact@v4
6161
with:
6262
name: ${{ inputs.artifact-name }}

0 commit comments

Comments
 (0)