Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4852950

Browse files
committedNov 13, 2020
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

+1-1
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)
Please sign in to comment.