Skip to content

Commit

Permalink
Revisions and cleanup for CI release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Archdoog committed Oct 20, 2024
2 parents b37235a + 76ee451 commit 4dbf744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ var binaryTarget: Target = .binaryTarget(
// CI will replace the nils with the actual values when building a release
let binaryURL: String =
"https://github.com/Rallista/valhalla-mobile/releases/download/v0.0.23/valhalla-wrapper.xcframework.zip"
let binaryChecksum: String = "acf9d1deda053f5711815ed60a31f7a3b42ffb19a982e9f82806afe41309f950"
let binaryChecksum: String = "e4447bca399f05d5f2bb60f7933b3161ca62c1d4b58c156f48443f95aa730d36"

if !useLocalBinary {
binaryTarget = .binaryTarget(
Expand Down

0 comments on commit 4dbf744

Please sign in to comment.