fix: harden download workflows

This commit is contained in:
nimbold
2026-06-04 15:41:38 +03:30
parent 0040c23050
commit 0cbb982f5b
18 changed files with 283 additions and 62 deletions
+4 -1
View File
@@ -13,7 +13,10 @@ let package = Package(
targets: [
.executableTarget(
name: "Firelink",
path: "Sources/Firelink"
path: "Sources/Firelink",
resources: [
.process("Assets.xcassets")
]
)
]
)