Skip to content

Commit

Permalink
fix: preserve symlinks when zipping xcframeworks
Browse files Browse the repository at this point in the history
  • Loading branch information
crleona committed Nov 1, 2024
1 parent c5cd4e1 commit d95e056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:

- name: Zip xcframework
working-directory: .build/artifacts
run: zip -r AmplitudeSwift.xcframework.zip AmplitudeSwift.xcframework
run: zip -r -y AmplitudeSwift.xcframework.zip AmplitudeSwift.xcframework

- name: Zip xcframework
working-directory: .build/artifacts
run: zip -r AmplitudeSwiftNoUIKit.xcframework.zip AmplitudeSwiftNoUIKit.xcframework
run: zip -r -y AmplitudeSwiftNoUIKit.xcframework.zip AmplitudeSwiftNoUIKit.xcframework

- name: Semantic Release --dry-run
if: ${{ github.event.inputs.dryRun == 'true'}}
Expand Down

0 comments on commit d95e056

Please sign in to comment.