Skip to content

Commit

Permalink
ls -lh pypi/
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Dec 17, 2024
1 parent d11b218 commit ee85e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ jobs:
with: # download all build artifacts
pattern: ${{ inputs.artifact-name }}-*
merge-multiple: true
path: pypi
- name: Keep artifact
run: python -c "print('DAYS=' + str(5 if '${{ github.event_name }}'.startswith('pull_request') else 0))" >> $GITHUB_ENV
- run: ls -lh pypi/
- uses: actions/upload-artifact@v4
with:
name: ${{ inputs.artifact-name }}
Expand Down

0 comments on commit ee85e4e

Please sign in to comment.