Skip to content

Commit

Permalink
find out why release files are not found
Browse files Browse the repository at this point in the history
  • Loading branch information
max committed Sep 29, 2024
1 parent 3976ddf commit f07e61c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ jobs:
draft: false
prerelease: false

- name: debug
id: ls
run: |
ls -lah .
ls -lah dist/
- name: Upload wheel file to release
uses: actions/upload-release-asset@v1
with:
Expand Down

0 comments on commit f07e61c

Please sign in to comment.