Skip to content

Commit 8b1830a

Browse files
committed
📝 Chore: 修复CI构建脚本
1 parent d1079b8 commit 8b1830a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Build Interop
2626
run: |
27-
cd "Algorithm.Interop"
27+
cd "Common.Algorithm.Interop"
2828
dotnet build -c Release
2929
3030
build-on-ubuntu:
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Build Interop
4444
run: |
45-
cd "Algorithm.Interop"
45+
cd "Common.Algorithm.Interop"
4646
dotnet build -c Release
4747
4848
- name: Add to GitHub Repo
@@ -56,8 +56,8 @@ jobs:
5656

5757
- name: Publish Package to GitHub and NuGet
5858
run: |
59-
nuget push ./Algorithm.Interop/bin/Release/*.nupkg -Source https://api.nuget.org/v3/index.json -SkipDuplicate -ApiKey ${{ secrets.NugetKey }} -NoSymbol
60-
nuget push ./Algorithm.Interop/bin/Release/*.nupkg -Source github -SkipDuplicate
59+
nuget push ./Common.Algorithm.Interop/bin/Release/*.nupkg -Source https://api.nuget.org/v3/index.json -SkipDuplicate -ApiKey ${{ secrets.NugetKey }} -NoSymbol
60+
nuget push ./Common.Algorithm.Interop/bin/Release/*.nupkg -Source github -SkipDuplicate
6161
6262
build-on-macos:
6363
runs-on: macos-latest
@@ -74,7 +74,7 @@ jobs:
7474

7575
- name: Build Interop
7676
run: |
77-
cd "Algorithm.Interop"
77+
cd "Common.Algorithm.Interop"
7878
dotnet build -c Release
7979
8080

0 commit comments

Comments
 (0)