We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcafa8d commit 1c7ca40Copy full SHA for 1c7ca40
.github/workflows/create-nuget.yml
@@ -48,15 +48,15 @@ jobs:
48
# with:
49
# name: xcframework
50
# compression-level: '1'
51
-# path: ./dotnet-binding/MBProgressHUD.xcframework
+# path: ./dotnet-binding/SWRevealViewController.xcframework
52
#
53
- name: restore workload
54
working-directory: ./SWRevealViewController
55
run: dotnet workload restore
56
57
- name: Build .NET binding project
58
59
- run: dotnet build -c Release MBProgressHUD.csproj
+ run: dotnet build -c Release SWRevealViewController.csproj
60
61
- name: Pack NuGet
62
0 commit comments