Skip to content

Commit 5d33514

Browse files
author
vicwjb
committed
update deploy-nuget
1 parent 925c0b8 commit 5d33514

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-nuget.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121

2222
- name: Build
2323
run: dotnet build --configuration Release --no-restore
24-
working-directory: ./src/CAD/
24+
working-directory: ./src/CAD/IFox.CAD.ACAD/
2525

2626
# 自动从 Tag 名称提取版本号并打包
2727
- name: Pack NuGet Package
2828
uses: alirezanet/publish-nuget@v3.1.0
2929
with:
30-
PROJECT_FILE_PATH: src\CAD\IFox.CAD.ACAD\IFox.CAD.ACAD.csproj
30+
PROJECT_FILE_PATH: src/CAD/IFox.CAD.ACAD/IFox.CAD.ACAD.csproj
3131
NUGET_KEY: ${{ secrets.NUGET_AUTH_TOKEN }}
3232
NUGET_SOURCE: https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)