File tree 1 file changed +0
-4
lines changed
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -338,13 +338,9 @@ jobs:
338
338
# vars used by installbuilder
339
339
INSTALLBUILDER_PATH : " /opt/installbuilder-22.10.0/bin/builder"
340
340
INSTALLER_VARS : " project.outputDirectory=$PWD project.version=${GITHUB_REF##*/} workspace=$PWD realname=Arduino_Create_Agent"
341
- # vars passed to installbuilder to install https certs automatically
342
- CREATE_OSX_BUNDLED_MG : 0 # tell installbuilder to not create the DMG, gon will take care of that later
343
341
# installbuilder will read this vars automatically (defined in installer.xml):
344
342
INSTALLER_CERT_WINDOWS_PASSWORD : ${{ secrets.INSTALLER_CERT_WINDOWS_PASSWORD }}
345
343
INSTALLER_CERT_WINDOWS_PFX : " /tmp/ArduinoCerts2020.pfx"
346
- INSTALLER_CERT_MAC_PASSWORD : ${{ secrets.INSTALLER_CERT_MAC_PASSWORD }}
347
- INSTALLER_CERT_MAC_P12 : " /tmp/ArduinoCerts2020.p12"
348
344
349
345
strategy :
350
346
fail-fast : false # if one os is failing continue nonetheless
You can’t perform that action at this time.
0 commit comments