From 4935043afc35aed019069395815d9f87823ce16e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E9=9B=A8?= <35213527+moomiji@users.noreply.github.com> Date: Mon, 23 Dec 2024 22:05:08 +0800 Subject: [PATCH] ci: fix nuget pack path --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index af15b5adb..df97a2c0f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -380,7 +380,7 @@ jobs: nuget pack $NUSPEC \ -Verbosity detailed \ - -Properties "version=${version//-post/};year=$(date +%Y);branch=$(git rev-parse --abbrev-ref HEAD);commit=$(git rev-parse HEAD);root_path=../.." + -Properties "version=${version//-post/};year=$(date +%Y);branch=$(git rev-parse --abbrev-ref HEAD);commit=$(git rev-parse HEAD);root_path=..\.." done - uses: actions/upload-artifact@v4