Skip to content

Commit

Permalink
try fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
stoppini committed Oct 25, 2024
1 parent 4d9432e commit f18f13d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,12 @@ jobs:

- uses: actions/upload-artifact@v3
with:
name: windows-wheels
name: windows-wheel
path: dist/*.whl

- name: Check artifact files
run: ls dist/*.whl || echo "No wheels found in dist/"

build-linux:
runs-on: ubuntu-latest

Expand Down Expand Up @@ -78,7 +81,7 @@ jobs:

- uses: actions/download-artifact@master
with:
name: windows-wheels
name: windows-wheel
path: dist

- run: ls dist
Expand Down

0 comments on commit f18f13d

Please sign in to comment.