🐛 Fix(custom): fix macos build error

This commit is contained in:
Kuingsmile
2025-08-13 10:44:54 +08:00
parent 6785e1d0ad
commit 614721117e

View File

@@ -11,6 +11,7 @@ env:
ELECTRON_OUTPUT_PATH: ./dist_electron ELECTRON_OUTPUT_PATH: ./dist_electron
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }} GH_TOKEN: ${{ secrets.GH_TOKEN }}
USE_HARD_LINKS: false
jobs: jobs:
test-build: test-build:
@@ -106,6 +107,7 @@ jobs:
ELECTRON_SKIP_NOTARIZATION: true ELECTRON_SKIP_NOTARIZATION: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }} GH_TOKEN: ${{ secrets.GH_TOKEN }}
USE_HARD_LINKS: false
- name: Build application (Linux) - name: Build application (Linux)
if: matrix.os == 'ubuntu-latest' if: matrix.os == 'ubuntu-latest'