From 856d6b4d5def646a49e29a402645efe9e824c9b3 Mon Sep 17 00:00:00 2001 From: Roj Date: Tue, 9 Apr 2024 19:14:17 +0300 Subject: [PATCH] Fix build job --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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*