mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-23 18:53:36 +02:00
CI: Fixed M1 config
This commit is contained in:
parent
7c4b12200b
commit
c0fe29ec82
8
.github/workflows/build-macos-m1.yml
vendored
8
.github/workflows/build-macos-m1.yml
vendored
@ -60,5 +60,13 @@ jobs:
|
||||
PYTHON_PATH=$(which python) USE_HARD_LINKS=false yarn run dist --mac --arm64
|
||||
else
|
||||
echo "Building but *not* publishing desktop application..."
|
||||
|
||||
# We also want to disable signing the app in this case, because
|
||||
# it doesn't work and we don't need it.
|
||||
# https://www.electron.build/code-signing#how-to-disable-code-signing-during-the-build-process-on-macos
|
||||
|
||||
export CSC_IDENTITY_AUTO_DISCOVERY=false
|
||||
npm pkg set 'build.mac.indentify'=null --json
|
||||
|
||||
PYTHON_PATH=$(which python) USE_HARD_LINKS=false yarn run dist --publish=never
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user