mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-07 06:32:44 +08:00
🐛 Fix(custom): fix macos build error
This commit is contained in:
2
.github/workflows/test-build.yml
vendored
2
.github/workflows/test-build.yml
vendored
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user