Skip to content

Commit 470d921

Browse files
committed
Fix: Executable product not found in GitHubSwiftActions main
1 parent b3ae8bb commit 470d921

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Package.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ let package = Package(
88
platforms: [
99
.macOS(.v10_15),
1010
],
11+
products: [
12+
.executable(name: "Comment", targets: ["Comment"]),
13+
],
1114
dependencies: [
1215
.package(url: "https://github.com/Wei18/github-rest-api-swift-openapi", from: "2.0.0"),
1316
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.0.0"),

0 commit comments

Comments
 (0)