We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1f8520 commit 78f8843Copy full SHA for 78f8843
Package.swift
@@ -24,7 +24,13 @@ let package = Package(
24
.product(name: "Yams", package: "Yams")
25
]
26
),
27
- .binaryTarget(name: "run-script-bin", path: "./run-script-bin.artifactbundle.zip"),
+ .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"),
34
.plugin(
35
name: "RunScriptPlugin",
36
capability: .buildTool(),
0 commit comments