diff --git a/.github/workflows/deploy_alpha.yml b/.github/workflows/deploy_alpha.yml index 0b3408b..c99214b 100644 --- a/.github/workflows/deploy_alpha.yml +++ b/.github/workflows/deploy_alpha.yml @@ -24,7 +24,7 @@ jobs: - name: Package web build run: cd build && tar --create -f web.tar.gz web - - run: cd server && dart pub get && dart compile kernel bin/main.dart + - run: dart compile kernel server/bin/main.dart - name: Set up SSH run: |