We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
1 parent eee99cc commit 4852950Copy full SHA for 4852950
.github/workflows/release.yml
@@ -148,7 +148,7 @@ jobs:
148
env:
149
# vars used by installbuilder
150
INSTALLBUILDER_VERSION: 20.0.9
151
- INSTALLBUILDER_PATH: "/opt/installbuilder-${{ INSTALLBUILDER_VERSION }}/bin/builder"
+ INSTALLBUILDER_PATH: "/opt/installbuilder-${{ env.INSTALLBUILDER_VERSION }}/bin/builder"
152
INSTALLER_VARS: "project.outputDirectory=$PWD project.version=${GITHUB_REF##*/} workspace=$PWD realname=Arduino_Create_Bridge"
153
# vars passed to installbuilder to install https certs automatically
154
CERT_INSTALL: "ask_certificates_install=CI" # win(edge),mac(safari)
0 commit comments