Skip to content

Commit

Permalink
bump installbuilder container to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
umbynos committed Nov 30, 2021
1 parent 6d599e1 commit cab64bc
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 @@ -215,7 +215,7 @@ jobs:

env:
# vars used by installbuilder
INSTALLBUILDER_PATH: "/opt/installbuilder-21.6.0/bin/builder"
INSTALLBUILDER_PATH: "/opt/installbuilder-21.9.0/bin/builder"
INSTALLER_VARS: "project.outputDirectory=$PWD project.version=${GITHUB_REF##*/} workspace=$PWD realname=Arduino_Create_Agent"
# vars passed to installbuilder to install https certs automatically
CERT_INSTALL: "ask_certificates_install=CI" # win(edge),mac(safari)
Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:
installer-extension: .app

container:
image: floydpink/ubuntu-install-builder:21.6.0
image: floydpink/ubuntu-install-builder:21.9.0

steps:
- name: Checkout
Expand Down

0 comments on commit cab64bc

Please sign in to comment.