File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -338,13 +338,9 @@ jobs:
338338 # vars used by installbuilder
339339 INSTALLBUILDER_PATH : " /opt/installbuilder-22.10.0/bin/builder"
340340 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
343341 # installbuilder will read this vars automatically (defined in installer.xml):
344342 INSTALLER_CERT_WINDOWS_PASSWORD : ${{ secrets.INSTALLER_CERT_WINDOWS_PASSWORD }}
345343 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"
348344
349345 strategy :
350346 fail-fast : false # if one os is failing continue nonetheless
You can’t perform that action at this time.
0 commit comments