Skip to content

Commit de037a5

Browse files
committed
fix: Fix path error
1 parent 3ecd094 commit de037a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
cd ..
6868
done
6969
70-
node ./scripts/release.js
70+
node ../scripts/release.js
7171
7272
- name: Zip folders in /dist
7373
run: |

0 commit comments

Comments
 (0)