Skip to content

Commit

Permalink
bump installbuilder container to the latest version (#642)
Browse files Browse the repository at this point in the history
* bump installbuilder container to the latest available version

* bump installbuilder to 21.6.0
  • Loading branch information
umbynos authored Jul 13, 2021
1 parent ab53e5b commit c455e65
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 @@ -231,7 +231,7 @@ jobs:

env:
# vars used by installbuilder
INSTALLBUILDER_PATH: "/opt/installbuilder-20.9.0/bin/builder"
INSTALLBUILDER_PATH: "/opt/installbuilder-21.6.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 @@ -273,7 +273,7 @@ jobs:
installer-extension: .app

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

steps:
- name: Checkout
Expand Down

0 comments on commit c455e65

Please sign in to comment.