Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
I had set it to download the windows dist artifact twice and the macOS dist artifact got skipped.
  • Loading branch information
daxpryce authored Jan 23, 2024
1 parent dd42eea commit 7da6ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
path: dist/
- uses: actions/download-artifact@v4
with:
name: dist-windows-latest
name: dist-macos-latest
path: dist/
- name: Generate SHA256 files for each wheel
run: |
Expand Down

0 comments on commit 7da6ac0

Please sign in to comment.