Skip to content

Commit

Permalink
Merge pull request #16 from breez/savage-build-fix
Browse files Browse the repository at this point in the history
Delete Sources before copying
  • Loading branch information
dangeross authored Jul 17, 2024
2 parents ef7e2bc + 505dd9e commit 45d4254
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-swift-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
working-directory: build/libs/sdk-bindings/bindings-swift
run: |
sed 's#.binaryTarget(name: "breez_sdkFFI", path: "./breez_sdkFFI.xcframework"),#.binaryTarget(name: "breez_sdkFFI", url: "https://github.com/breez/breez-sdk-swift/releases/download/${{ inputs.version }}/breez_sdkFFI.xcframework.zip", checksum: "${{ env.XCF_CHECKSUM }}"),#;/.testTarget(name: "BreezSDKTests", dependencies: \["BreezSDK"\]),/d' Package.swift > ../../../../dist/Package.swift
rm -rf ../../../../../dist/Sources
cp -r Sources ../../../../dist
- name: Update Cocoapods definitions
working-directory: dist
Expand Down

0 comments on commit 45d4254

Please sign in to comment.