From 5297bfef7771f560a1d2a9fd9f056745d34750f4 Mon Sep 17 00:00:00 2001 From: jxnkwlp Date: Sat, 23 Sep 2023 15:40:29 +0800 Subject: [PATCH] update github action file --- .github/workflows/build-pack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-pack.yml b/.github/workflows/build-pack.yml index 3f38422..545ac39 100644 --- a/.github/workflows/build-pack.yml +++ b/.github/workflows/build-pack.yml @@ -51,7 +51,7 @@ jobs: run: dotnet restore Passingwind.CommonLibs.sln - name: dotnet build - run: dotnet build --no-restore -c Release Passingwind.CommonLibs.sln + run: dotnet build -c Release Passingwind.CommonLibs.sln - name: dotnet pack run: dotnet pack --no-build --no-restore -c Release --property:PackageOutputPath=${{github.workspace}}/pack_output Passingwind.CommonLibs.sln