Skip to content

Commit

Permalink
fix: release has a v in the name this will fix it (#119)
Browse files Browse the repository at this point in the history
Will merge it already since it doesn't change anything for the build itself. Its a CI process that changed :)

Co-authored-by: Ahmed Moussa <ahmed.moussa@iohk.io>
Signed-off-by: Goncalo Frade <goncalo.frade@iohk.io>
  • Loading branch information
goncalo-frade-iohk and hamada147 committed May 20, 2024
1 parent b8e47b8 commit 9d3b229
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .scripts/TemplatePackage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let package = Package(
// RELEASE
.binaryTarget(
name: "ApolloBinary",
url: "https://github.com/input-output-hk/atala-prism-apollo/releases/download/<ref>/Apollo.xcframework.zip",
url: "https://github.com/input-output-hk/atala-prism-apollo/releases/download/v<ref>/Apollo.xcframework.zip",
checksum: "<checksum>"
)
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let package = Package(
// RELEASE
.binaryTarget(
name: "ApolloBinary",
url: "https://github.com/input-output-hk/atala-prism-apollo/releases/download/1.2.0/Apollo.xcframework.zip",
url: "https://github.com/input-output-hk/atala-prism-apollo/releases/download/v1.2.0/Apollo.xcframework.zip",
checksum: ""
)
]
Expand Down

0 comments on commit 9d3b229

Please sign in to comment.