Skip to content

Commit

Permalink
fix: preserve symlinks in zipped frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
crleona committed Nov 1, 2024
1 parent bb80ce7 commit e6f7395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:

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

- name: Update Checksum
run: |
Expand Down

0 comments on commit e6f7395

Please sign in to comment.