Skip to content

Commit 537fe79

Browse files
committed
rename "Bridge" to "Agent"
1 parent a2a14e3 commit 537fe79

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
env:
180180
# vars used by installbuilder
181181
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"
183183
# vars passed to installbuilder to install https certs automatically
184184
CERT_INSTALL: "ask_certificates_install=CI" # win(edge),mac(safari)
185185
NO_CERT_INSTALL: "ask_certificates_install=CS" # linux
@@ -232,7 +232,7 @@ jobs:
232232
233233
- name: Set installer env vars
234234
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
236236
237237
- name: Checkout
238238
uses: actions/checkout@v2
@@ -251,11 +251,11 @@ jobs:
251251
run: chmod -v +x ${{ matrix.executable-path }}arduino-create-agent*
252252
if: matrix.operating-system == 'ubuntu-18.04' || matrix.operating-system == 'macos-10.15'
253253

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 }}
256256

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 }}
259259
if: matrix.operating-system == 'ubuntu-18.04'
260260

261261
- name: Save InstallBuilder license to file

0 commit comments

Comments
 (0)