Skip to content

Commit 6149afb

Browse files
committed
Update compile.yml
1 parent 21c7959 commit 6149afb

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/compile.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ jobs:
6363
../../bny.exe php -d extension=openssl ../../composer.phar create-project workerman/webman:~2.0 --no-interaction
6464
Copy-Item webman/windows.php webman/index.php
6565
cd webman
66-
../../../../bny.exe compile . -o webman
66+
../../../bny.exe compile . -o webman
6767
6868
- name: Compile pebview project
6969
run: |
7070
cd test/gui/pebview
71-
../../../bny.exe php -d extension=ffi -d ffi.enable=true ../../../composer.phar require kingbes/pebview
71+
../../bny.exe php -d extension=ffi -d ffi.enable=true ../../composer.phar require kingbes/pebview
7272
../../../bny.exe compile . -o pebview.exe -noterm true
7373
7474
- name: Prepare release package
@@ -118,8 +118,8 @@ jobs:
118118
../../bny php ../../composer.phar create-project workerman/webman:~2.0 --no-interaction
119119
cp webman/linux.php webman/index.php
120120
cd webman
121-
chmod +x ../../../../bny
122-
../../../../bny compile . -o webman
121+
chmod +x ../../bny
122+
../../bny compile . -o webman
123123
124124
- name: Prepare release package
125125
run: |
@@ -167,8 +167,8 @@ jobs:
167167
../../bny php ../../composer.phar create-project workerman/webman:~2.0 --no-interaction
168168
cp webman/linux.php webman/index.php
169169
cd webman
170-
chmod +x ../../../../bny
171-
../../../../bny compile . -o webman
170+
chmod +x ../../bny
171+
../../bny compile . -o webman
172172
173173
- name: Prepare release package
174174
run: |

0 commit comments

Comments
 (0)