Skip to content

Commit e7b1892

Browse files
committed
feat: build optimized
1 parent caca513 commit e7b1892

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pro-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,12 @@ jobs:
8888
- name: init ( Windows )
8989
if: runner.os == 'Windows'
9090
shell: pwsh
91+
working-directory: code
9192
run: bash ./scripts/init.sh
9293

9394
- name: init ( Linux/osx )
9495
if: runner.os == 'Linux' || runner.os == 'macOS'
96+
working-directory: code
9597
run: bash ./scripts/init.sh
9698

9799
- name: Build Release Files

0 commit comments

Comments
 (0)