From 855b9f85c02c7ca06b39f3d6e657a673d3d50964 Mon Sep 17 00:00:00 2001 From: Brendan Allan Date: Tue, 26 Apr 2022 01:41:13 +0800 Subject: [PATCH] ci: build core properly --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6bab8a8f8..00b400710 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -98,7 +98,7 @@ jobs: run: cargo run -p prisma-cli --release -- generate - name: Build Core - run: cargo build -p core --release + run: cargo build -p sdcore --release package-desktop: name: Package desktop (${{ matrix.platform }})