From 614721117ed37629cd751ab37121983d87bc1325 Mon Sep 17 00:00:00 2001 From: Kuingsmile <96409857+Kuingsmile@users.noreply.github.com> Date: Wed, 13 Aug 2025 10:44:54 +0800 Subject: [PATCH] :bug: Fix(custom): fix macos build error --- .github/workflows/test-build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index da0d23f3..ecf0ca8b 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -11,6 +11,7 @@ env: ELECTRON_OUTPUT_PATH: ./dist_electron GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GH_TOKEN: ${{ secrets.GH_TOKEN }} + USE_HARD_LINKS: false jobs: test-build: @@ -106,6 +107,7 @@ jobs: ELECTRON_SKIP_NOTARIZATION: true GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GH_TOKEN: ${{ secrets.GH_TOKEN }} + USE_HARD_LINKS: false - name: Build application (Linux) if: matrix.os == 'ubuntu-latest'