Skip to content

Commit

Permalink
IOS-6122: Fix conditions
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Fedorov <[email protected]>
  • Loading branch information
m3g0byt3 committed Jun 11, 2024
1 parent 25b1ff9 commit 221b795
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/tangem-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ jobs:
fetch-tags: true # Required otherwise git can't describe the repo; Doesn't actually work w/o 'fetch-depth', see https://github.com/actions/checkout/issues/1471
fetch-depth: 0

# This header is not used on iOS and causes a compilation error
- name: Remove unused files
run: rm -rf include/TrustWalletCore/TWAnySignerTangem.h

- name: Check if SwiftProtobuf binary must be updated
run: tools/check_if_swift_protobuf_should_be_updated "https://github.com/tangem/swift-protobuf-binaries.git" "${{ needs.create_tag_and_release.outputs.swift_protobuf_publish_version }}"

Expand All @@ -84,11 +88,6 @@ jobs:
- name: Generate files
run: tools/generate-files ios

- name: Remove unused files
run: |
# This header is not used on iOS and causes a compilation error
rm -rf include/TrustWalletCore/TWAnySignerTangem.h
- name: Build XCFramework
run: tools/ios-xcframework

Expand Down

0 comments on commit 221b795

Please sign in to comment.