Skip to content

Commit 4852950

Browse files
committed
fix invalid syntax (?)
1 parent eee99cc commit 4852950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
env:
149149
# vars used by installbuilder
150150
INSTALLBUILDER_VERSION: 20.0.9
151-
INSTALLBUILDER_PATH: "/opt/installbuilder-${{ INSTALLBUILDER_VERSION }}/bin/builder"
151+
INSTALLBUILDER_PATH: "/opt/installbuilder-${{ env.INSTALLBUILDER_VERSION }}/bin/builder"
152152
INSTALLER_VARS: "project.outputDirectory=$PWD project.version=${GITHUB_REF##*/} workspace=$PWD realname=Arduino_Create_Bridge"
153153
# vars passed to installbuilder to install https certs automatically
154154
CERT_INSTALL: "ask_certificates_install=CI" # win(edge),mac(safari)

0 commit comments

Comments
 (0)