Skip to content

Commit b3c55c8

Browse files
committed
build fix
1 parent 16dbfae commit b3c55c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ jobs:
3535
pod repo add local $COCOAPODS_LOCAL_DIR
3636
- name: Patching Cardano-Binaries podspec and pushing it to the local repo
3737
run: |
38-
ZIP_PATH="$(pwd)/rust/binaries/Cardano.binaries.zip"
38+
ZIP_PATH="$(pwd)/rust/binaries/СCardano.binaries.zip"
3939
sed -i '' "s|[[:blank:]]*s\.source.*|s.source = { :http => 'file://${ZIP_PATH}' \}|g" Cardano-Binaries.podspec
4040
pod repo push local Cardano-Binaries.podspec
41+
pod repo update
4142
- name: Build and Test CocoaPods
4243
run: pod lib lint --allow-warnings --fail-fast --sources=local,trunk Cardano.swift.podspec
4344
env:

0 commit comments

Comments
 (0)