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