@@ -179,7 +179,7 @@ jobs:
179
179
env :
180
180
# vars used by installbuilder
181
181
INSTALLBUILDER_PATH : " /opt/installbuilder-20.9.0/bin/builder"
182
- # INSTALLER_VARS: "project.outputDirectory=$PWD project.version=${GITHUB_REF##*/} workspace=$PWD realname=Arduino_Create_Bridge "
182
+ # INSTALLER_VARS: "project.outputDirectory=$PWD project.version=${GITHUB_REF##*/} workspace=$PWD realname=Arduino_Create_Agent "
183
183
# vars passed to installbuilder to install https certs automatically
184
184
CERT_INSTALL : " ask_certificates_install=CI" # win(edge),mac(safari)
185
185
NO_CERT_INSTALL : " ask_certificates_install=CS" # linux
@@ -232,7 +232,7 @@ jobs:
232
232
233
233
- name : Set installer env vars
234
234
run : |
235
- echo INSTALLER_VARS="project.outputDirectory=$PWD project.version=${VERSION%.*} workspace=$PWD realname=Arduino_Create_Bridge " >> $GITHUB_ENV
235
+ echo INSTALLER_VARS="project.outputDirectory=$PWD project.version=${VERSION%.*} workspace=$PWD realname=Arduino_Create_Agent " >> $GITHUB_ENV
236
236
237
237
- name : Checkout
238
238
uses : actions/checkout@v2
@@ -251,11 +251,11 @@ jobs:
251
251
run : chmod -v +x ${{ matrix.executable-path }}arduino-create-agent*
252
252
if : matrix.operating-system == 'ubuntu-18.04' || matrix.operating-system == 'macos-10.15'
253
253
254
- - name : Rename executable to Arduino_Create_Bridge
255
- run : mv -v ${{ matrix.executable-path }}arduino-create-agent${{ matrix.extension }} ${{ matrix.executable-path }}Arduino_Create_Bridge ${{ matrix.extension }}
254
+ - name : Rename executable to Arduino_Create_Agent
255
+ run : mv -v ${{ matrix.executable-path }}arduino-create-agent${{ matrix.extension }} ${{ matrix.executable-path }}Arduino_Create_Agent ${{ matrix.extension }}
256
256
257
- - name : Rename executable to Arduino_Create_Bridge_cli
258
- run : mv -v ${{ matrix.executable-path }}arduino-create-agent_cli${{ matrix.extension }} ${{ matrix.executable-path }}Arduino_Create_Bridge_cli ${{ matrix.extension }}
257
+ - name : Rename executable to Arduino_Create_Agent_cli
258
+ run : mv -v ${{ matrix.executable-path }}arduino-create-agent_cli${{ matrix.extension }} ${{ matrix.executable-path }}Arduino_Create_Agent_cli ${{ matrix.extension }}
259
259
if : matrix.operating-system == 'ubuntu-18.04'
260
260
261
261
- name : Save InstallBuilder license to file
0 commit comments