From 48420a182d60732803f2672f0fe3d0532bddba8a Mon Sep 17 00:00:00 2001 From: MakesYT <2696703792@qq.com> Date: Wed, 10 Apr 2024 01:33:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20continuous.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/continuous.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous.yml b/.github/workflows/continuous.yml index 6983043..d41e833 100644 --- a/.github/workflows/continuous.yml +++ b/.github/workflows/continuous.yml @@ -32,4 +32,4 @@ jobs: ~/.nuget/packages key: ${{ runner.os }}-${{ hashFiles('**/global.json', '**/*.csproj', '**/Directory.Packages.props') }} - name: 'Run: Compile' - run: ./build.cmd Compile + run: ./build.cmd Clean