Skip to content

Commit 78f8843

Browse files
committed
fix to use remote binary target
1 parent f1f8520 commit 78f8843

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Package.swift

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,13 @@ let package = Package(
2424
.product(name: "Yams", package: "Yams")
2525
]
2626
),
27-
.binaryTarget(name: "run-script-bin", path: "./run-script-bin.artifactbundle.zip"),
27+
.binaryTarget(
28+
name: "run-script-bin",
29+
url: "https://github.com/p-x9/RunScriptPlugin/releases/download/0.0.1/run-script-bin.artifactbundle.zip",
30+
checksum: "660213786af538f6ec94dd4bc1fa29fcf42b7a157fb786d8d152466fc35e724f"
31+
),
32+
// DEBUG
33+
// .binaryTarget(name: "run-script-bin", path: "./run-script-bin.artifactbundle.zip"),
2834
.plugin(
2935
name: "RunScriptPlugin",
3036
capability: .buildTool(),

0 commit comments

Comments
 (0)