Skip to content

Commit 2c494c9

Browse files
committed
Fix the artifact bundle template
1 parent 6260512 commit 2c494c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Templates/spm-artifact-bundle-info.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
"type": "executable",
77
"variants": [
88
{
9-
"path": "swift-dependency-audit-macos/bin/swift-dependency-audit",
9+
"path": "swift-dependency-audit-macos/swift-dependency-audit",
1010
"supportedTriples": ["x86_64-apple-macosx", "arm64-apple-macosx"]
1111
},
1212
{
13-
"path": "swift-dependency-audit-x86_64-unknown-linux-gnu/bin/swift-dependency-audit",
13+
"path": "swift-dependency-audit-x86_64-unknown-linux-gnu/swift-dependency-audit",
1414
"supportedTriples": ["x86_64-unknown-linux-gnu"]
1515
},
1616
{
17-
"path": "swift-dependency-audit-aarch64-unknown-linux-gnu/bin/swift-dependency-audit",
17+
"path": "swift-dependency-audit-aarch64-unknown-linux-gnu/swift-dependency-audit",
1818
"supportedTriples": ["aarch64-unknown-linux-gnu"]
1919
}
2020
]

0 commit comments

Comments
 (0)