Skip to content

Commit

Permalink
Don't list downloaded files
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Sep 12, 2024
1 parent e21a9ca commit b3da033
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,10 @@ jobs:

- name: Download compressed artifacts
id: download
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
path: ./artifacts

- name: 'List downloaded files'
run: ls ${{ steps.download.outputs.download-path }}/**/*.*

- name: Create release and upload wheels
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit b3da033

Please sign in to comment.