Skip to content

Commit 2a83528

Browse files
committed
ci: Fix MacOS packaging
1 parent 7b5aa23 commit 2a83528

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
- name: Package binary
126126
run: |
127127
if [[ "${{ matrix.archive }}" == *.zip ]]; then
128-
ditto -c -k --keepParent polar "${{ matrix.archive }}"
128+
ditto -c -k polar "${{ matrix.archive }}"
129129
else
130130
tar -czf "${{ matrix.archive }}" polar
131131
fi

0 commit comments

Comments
 (0)