Skip to content

Commit 4406302

Browse files
committed
remove installbuilder env vars related to macos
1 parent f40e840 commit 4406302

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release.yml

-4
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)