From 5ba9430d9e7188c6ec3722aaa2566e055bdc3c1a Mon Sep 17 00:00:00 2001 From: lzw-723 Date: Fri, 3 Apr 2026 21:20:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=B7=A5=E4=BD=9C=E6=B5=81bu?= =?UTF-8?q?ild=E7=9B=AE=E5=BD=95=E4=B8=8D=E5=AD=98=E5=9C=A8=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/dart-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/dart-ci.yml b/.gitea/workflows/dart-ci.yml index 5da5c0e..beee86f 100644 --- a/.gitea/workflows/dart-ci.yml +++ b/.gitea/workflows/dart-ci.yml @@ -31,5 +31,8 @@ jobs: - name: Run tests run: dart test + - name: Prepare build directory + run: mkdir -p build + - name: Build executable run: dart compile exe bin/server.dart -o build/loongyan \ No newline at end of file