Skip to content

Commit

Permalink
Bump Installbuilder to 23.7.0 (#827)
Browse files Browse the repository at this point in the history
  • Loading branch information
umbynos committed Sep 8, 2023
1 parent 08422e6 commit 0ef4378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ jobs:

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

container:
image: floydpink/ubuntu-install-builder:22.10.0
image: floydpink/ubuntu-install-builder:23.7.0

steps:
- name: Checkout
Expand Down

0 comments on commit 0ef4378

Please sign in to comment.