Skip to content

Commit ad03ee2

Browse files
committed
Fix archive framework action
1 parent 7436150 commit ad03ee2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/actions/archive-framework/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ inputs:
66
destination:
77
description: Destination
88
required: true
9-
workspace:
10-
description: Workspace Name
9+
platform:
10+
description: Platform Name
1111
required: true
1212
project:
1313
description: Project directory, relative to the xcode folder

.github/workflows/build-frameworks.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
destination: generic/platform=iOS
2626
platform: iOS
2727
project: LDK/LDKFramework.xcodeproj
28-
workspace: LDKFramework.xcworkspace
2928
- scheme: LDKFramework
3029
destination: platform=iOS Simulator,OS=15.2,name=iPhone 13 Pro
3130
platform: iOS Simulator

0 commit comments

Comments
 (0)