From b4e22d1433868ee012cfba461faac67484551a31 Mon Sep 17 00:00:00 2001 From: RayWang <2271272653@qq.com> Date: Sat, 21 Nov 2020 12:35:03 +0800 Subject: [PATCH] update --- .github/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index dd045a4..011c7f9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,9 +24,10 @@ jobs: - name: Build project # This would actually build your project, using zip for an example artifact run: | + cd ./test dotnet restore dotnet build --configuration Release --no-restore - cd .test/src/Ray.BiliBiliTool.Console + cd ./src/Ray.BiliBiliTool.Console dotnet publish --self-contained false -o ./bin/Publish/net5-dependent cd ./bin/Publish zip --junk-paths bilibili-tool-v${{ github.ref }}-net5-dependent net5-dependent