Skip to content

Commit

Permalink
Fix Go binding artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
dangeross committed May 15, 2024
1 parent 95ff52b commit 9f14aa1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-language-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: bindings-golang
path: lib/bindings/ffi/golang/breez/breez_liquid_sdk/breez_liquid_sdk.*
path: lib/bindings/ffi/golang/breez_liquid_sdk/breez_liquid_sdk.*
4 changes: 2 additions & 2 deletions packages/react-native/example/ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require_relative '../node_modules/react-native/scripts/react_native_pods'
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'

platform :ios, '12.4'
platform :ios, '13'
install! 'cocoapods', :deterministic_uuids => false

target 'BreezLiquidSDKExample' do
Expand Down Expand Up @@ -39,7 +39,7 @@ target 'BreezLiquidSDKExample' do
# should also work.
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.4'
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13'
end
end
__apply_Xcode_12_5_M1_post_install_workaround(installer)
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
boost: 9fa78656d705f55b1220151d997e57e2a3f2cde0
BreezLiquidSDK: 4bca3771d7dfe9c834dbe26836ffadfe8f283c76
BreezLiquidSDK: 9183496e8df36019ec85d8db3ed2f3a27b66a83b
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
FBLazyVector: 9cf707e46f9bd90816b7c91b2c1c8b8a2f549527
Expand Down Expand Up @@ -606,6 +606,6 @@ SPEC CHECKSUMS:
Yoga: d6134eb3d6e3675afc1d6d65ccb3169b60e21980
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

PODFILE CHECKSUM: 8741374df2d18c097f581557ec59033aefb561e8
PODFILE CHECKSUM: bc49bea2246bd3aa03291ab41d3e4bf1488a09a3

COCOAPODS: 1.15.2

0 comments on commit 9f14aa1

Please sign in to comment.