Skip to content

Commit 2ee4a3b

Browse files
authored
fix upload path
1 parent 09b7d98 commit 2ee4a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-riscv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ jobs:
7777
uses: actions/upload-artifact@v3
7878
with:
7979
name: packages
80-
path: ./wheel/target/wheels/
80+
path: ./target/wheels/
8181

0 commit comments

Comments
 (0)