Skip to content

Commit 0ef4378

Browse files
authored
Bump Installbuilder to 23.7.0 (#827)
1 parent 08422e6 commit 0ef4378

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ jobs:
331331

332332
env:
333333
# vars used by installbuilder
334-
INSTALLBUILDER_PATH: "/opt/installbuilder-22.10.0/bin/builder"
334+
INSTALLBUILDER_PATH: "/opt/installbuilder-23.7.0/bin/builder"
335335
INSTALLER_VARS: "project.outputDirectory=$PWD project.version=${GITHUB_REF##*/} workspace=$PWD realname=Arduino_Create_Agent"
336336
# installbuilder will read this vars automatically (defined in installer.xml):
337337
INSTALLER_CERT_WINDOWS_PASSWORD: ${{ secrets.INSTALLER_CERT_WINDOWS_PASSWORD }}
@@ -357,7 +357,7 @@ jobs:
357357
installer-extension: .exe
358358

359359
container:
360-
image: floydpink/ubuntu-install-builder:22.10.0
360+
image: floydpink/ubuntu-install-builder:23.7.0
361361

362362
steps:
363363
- name: Checkout

0 commit comments

Comments
 (0)