mirror of
https://github.com/jimeh/emacs-builds.git
synced 2026-02-19 13:06:40 +00:00
feat(build): allow customizing --relink-eln-files arg on custom builds
This commit is contained in:
1
.github/workflows/nightly-master.yml
vendored
1
.github/workflows/nightly-master.yml
vendored
@@ -24,6 +24,7 @@ jobs:
|
||||
os: macos-10.15
|
||||
git_ref: master
|
||||
git_sha: ${{ github.event.inputs.git_sha }}
|
||||
build_args: --no-relink-eln-files
|
||||
secrets:
|
||||
APPLE_DEVELOPER_CERTIFICATE_P12_BASE64: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_P12_BASE64 }}
|
||||
APPLE_DEVELOPER_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_PASSWORD }}
|
||||
|
||||
Reference in New Issue
Block a user