Skip to content

Commit

Permalink
Try removing attestation dir before upload
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed May 13, 2024
1 parent 744d58b commit efb0224
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,11 @@ jobs:
path: ./artifacts
merge-multiple: true

- name: Remove attestation dir
run: |
rm -rf "${{ steps.download.outputs.download-path }}"/_temp
shell: bash

- name: Display structure of downloaded files
run: ls -R ./artifacts

Expand Down

0 comments on commit efb0224

Please sign in to comment.