Skip to content

Commit

Permalink
Fix: Executable product not found in GitHubSwiftActions main
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei18 committed Sep 7, 2024
1 parent b3ae8bb commit 470d921
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ let package = Package(
platforms: [
.macOS(.v10_15),
],
products: [
.executable(name: "Comment", targets: ["Comment"]),
],
dependencies: [
.package(url: "https://github.com/Wei18/github-rest-api-swift-openapi", from: "2.0.0"),
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.0.0"),
Expand Down

0 comments on commit 470d921

Please sign in to comment.