Skip to content

Commit f2d4f71

Browse files
authored
forgot to update INSTALLBUILDER_PATH
1 parent 18b369e commit f2d4f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231

232232
env:
233233
# vars used by installbuilder
234-
INSTALLBUILDER_PATH: "/opt/installbuilder-20.9.0/bin/builder"
234+
INSTALLBUILDER_PATH: "/opt/installbuilder-21.3.0/bin/builder"
235235
INSTALLER_VARS: "project.outputDirectory=$PWD project.version=${GITHUB_REF##*/} workspace=$PWD realname=Arduino_Create_Agent"
236236
# vars passed to installbuilder to install https certs automatically
237237
CERT_INSTALL: "ask_certificates_install=CI" # win(edge),mac(safari)

0 commit comments

Comments
 (0)