feat(build): allow customizing --relink-eln-files arg on custom builds

This commit is contained in:
2021-11-26 02:10:30 +00:00
parent f3213d9f5a
commit 83b08dc596
4 changed files with 4 additions and 2 deletions

View File

@@ -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 }}