From c93342fce50842043cf04d3ffdc6dfd4ec63155a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=B0=A1=E7=A2=A9=E8=BE=B0?= Date: Wed, 8 Apr 2026 01:18:47 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20action.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/action.yml b/action.yml index 0e2d563..3bf6f6f 100644 --- a/action.yml +++ b/action.yml @@ -15,4 +15,3 @@ runs: key: ${{ runner.os }}-${{ runner.arch }}-nuget-${{ hashFiles('NuGet.Config', '**/*.sln', '**/*.csproj', '**/global.json', '**/packages.lock.json', '**/Directory.Build.props', '**/Directory.Build.targets') }} restore-keys: | ${{ runner.os }}-${{ runner.arch }}-nuget- - ${{ runner.os }}-nuget-