We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16dbfae commit b3c55c8Copy full SHA for b3c55c8
.github/workflows/build.yml
@@ -35,9 +35,10 @@ jobs:
35
pod repo add local $COCOAPODS_LOCAL_DIR
36
- name: Patching Cardano-Binaries podspec and pushing it to the local repo
37
run: |
38
- ZIP_PATH="$(pwd)/rust/binaries/Cardano.binaries.zip"
+ ZIP_PATH="$(pwd)/rust/binaries/СCardano.binaries.zip"
39
sed -i '' "s|[[:blank:]]*s\.source.*|s.source = { :http => 'file://${ZIP_PATH}' \}|g" Cardano-Binaries.podspec
40
pod repo push local Cardano-Binaries.podspec
41
+ pod repo update
42
- name: Build and Test CocoaPods
43
run: pod lib lint --allow-warnings --fail-fast --sources=local,trunk Cardano.swift.podspec
44
env:
0 commit comments