Skip to content

Commit 01e4d7b

Browse files
committed
Fixed deploy
1 parent d432eb0 commit 01e4d7b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
3333
- name: Compile Worker to JavaScript
3434
run: |
35-
dart compile js -o dart/web/wallpaper_generator_worker.js dart/lib/workers/wallpaper_generator_worker.dart
35+
cd dart
36+
dart compile js -o web/wallpaper_generator_worker.js lib/workers/wallpaper_generator_worker.dart
3637
3738
- name: Compile Main to JavaScript
3839
run: |

0 commit comments

Comments
 (0)