fix: 修正 macOS ditto 打包选项为 --keepParent
This commit is contained in:
@@ -43,7 +43,7 @@ jobs:
|
||||
- name: Package .app as zip
|
||||
run: |
|
||||
VERSION="${{ steps.ver.outputs.version }}-$(git rev-parse --short HEAD)"
|
||||
ditto -c -k --keepParentFolder LMVPN.app "LMVPN-${VERSION}-macos.zip"
|
||||
ditto -c -k --sequesterRsrc --keepParent LMVPN.app "LMVPN-${VERSION}-macos.zip"
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user