From 6026beb107fed1a3780be37d3bd22b47ba5a84a8 Mon Sep 17 00:00:00 2001 From: kevin Date: Tue, 7 Jul 2026 20:22:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=20macOS=20ditto=20?= =?UTF-8?q?=E6=89=93=E5=8C=85=E9=80=89=E9=A1=B9=E4=B8=BA=20--keepParent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c7a8288..999ac78 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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