Skip to content

Commit cee916e

Browse files
Missing $ in build
1 parent da6a968 commit cee916e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
xcodebuild -project ${{ env.SRC_FOLDER }}/${{ env.PROJ_NAME }} \
3636
-target "MBProgressHUD Framework" \
37-
-sdk iphoneos{{ env.SDK }} \
37+
-sdk iphoneos${{ env.SDK }} \
3838
3939
- name: Build xcframework
4040
run: |

0 commit comments

Comments
 (0)