diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c685ff6..4f870b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,11 +15,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + submodules: recursive - uses: denoland/setup-deno@v1 - - run: deno task build - - run: deno compile -A --target ${{ matrix.target }} --unstable-kv --include worker.ts --output mtkruto-server main.ts - run: tar -czf mtkruto-server-${{ matrix.os }}.tar.gz mtkruto-server*