Skip to content

Commit

Permalink
ci: fix nuget pack path
Browse files Browse the repository at this point in the history
  • Loading branch information
moomiji authored Dec 23, 2024
1 parent 8995802 commit 4935043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4935043

Please sign in to comment.