From 1cd87239b13ce652d2598c40db94f22e7e60b960 Mon Sep 17 00:00:00 2001 From: expvintl Date: Sun, 5 May 2024 02:43:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/build.yam?= =?UTF-8?q?l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index a511137..71b8333 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -20,8 +20,9 @@ jobs: cmake .. make -j8 ls -al + strip DDNet-Server - name: 🚀上传构建🚀 uses: actions/upload-artifact@v2 with: - name: DDNetServer + name: Server path: DDNet_Server/build/DDNet-Server