Skip to content

Commit

Permalink
Fix build job
Browse files Browse the repository at this point in the history
  • Loading branch information
rojvv committed Apr 9, 2024
1 parent ea225f6 commit 856d6b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand Down

0 comments on commit 856d6b4

Please sign in to comment.