Skip to content

Commit 9ee45cd

Browse files
authored
fix: preserve symlinks in release zip (#25)
1 parent 0bf2582 commit 9ee45cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
109109
# Create zip archive of the framework
110110
cd xcframeworks
111-
zip -r BugSplat.xcframework.zip BugSplat.xcframework
111+
zip -y -r BugSplat.xcframework.zip BugSplat.xcframework
112112
113113
- name: Update Package.swift
114114
working-directory: bugsplat-workspace/bugsplat-apple

0 commit comments

Comments
 (0)