Skip to content

Commit 48e5247

Browse files
committed
fix: 保留 macOS 发布包中的符号链接
1 parent 1f57ff6 commit 48e5247

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/macos-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
ls dist/
5252
arch=`uname -m`
5353
macos_version=`sw_vers -productVersion`
54-
cd dist/ && zip FeelUOwnX-macOS${macos_version}-${arch}.zip -r FeelUOwnX.app/
54+
cd dist/ && zip FeelUOwnX-macOS${macos_version}-${arch}.zip -yr FeelUOwnX.app/
5555
- name: Upload artifact
5656
uses: actions/upload-artifact@v4
5757
with:

0 commit comments

Comments
 (0)