We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cfb20c commit b691425Copy full SHA for b691425
.github/workflows/release.yml
@@ -231,7 +231,7 @@ jobs:
231
232
env:
233
# vars used by installbuilder
234
- INSTALLBUILDER_PATH: "/opt/installbuilder-20.9.0/bin/builder"
+ INSTALLBUILDER_PATH: "/opt/installbuilder-21.6.0/bin/builder"
235
INSTALLER_VARS: "project.outputDirectory=$PWD project.version=${GITHUB_REF##*/} workspace=$PWD realname=Arduino_Create_Agent"
236
# vars passed to installbuilder to install https certs automatically
237
CERT_INSTALL: "ask_certificates_install=CI" # win(edge),mac(safari)
@@ -273,7 +273,7 @@ jobs:
273
installer-extension: .app
274
275
container:
276
- image: floydpink/ubuntu-install-builder:20.9.0
+ image: floydpink/ubuntu-install-builder:21.6.0
277
278
steps:
279
- name: Checkout
0 commit comments