Skip to content

Commit

Permalink
fix upload-artifact directory
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Nov 9, 2022
1 parent 28fac76 commit 928e443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: packages
path: ./target/wheels/
path: ./wheel/target/wheels/

check-typestubs:
name: Check chia_rs.pyi
Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: packages
path: ./target/wheels/
path: ./wheel/target/wheels/

fmt:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 928e443

Please sign in to comment.