Skip to content

Commit 1c7ca40

Browse files
fix project name
1 parent dcafa8d commit 1c7ca40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-nuget.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ jobs:
4848
# with:
4949
# name: xcframework
5050
# compression-level: '1'
51-
# path: ./dotnet-binding/MBProgressHUD.xcframework
51+
# path: ./dotnet-binding/SWRevealViewController.xcframework
5252
#
5353
- name: restore workload
5454
working-directory: ./SWRevealViewController
5555
run: dotnet workload restore
5656

5757
- name: Build .NET binding project
5858
working-directory: ./SWRevealViewController
59-
run: dotnet build -c Release MBProgressHUD.csproj
59+
run: dotnet build -c Release SWRevealViewController.csproj
6060

6161
- name: Pack NuGet
6262
working-directory: ./SWRevealViewController

0 commit comments

Comments
 (0)