Skip to content

Commit 6df668a

Browse files
Temporarily checkout rename-to-cloud-agent branch from the installer repo
1 parent cf7aa86 commit 6df668a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ jobs:
370370
env:
371371
# vars used by installbuilder
372372
INSTALLBUILDER_PATH: "/opt/installbuilder-23.11.0/bin/builder"
373-
INSTALLER_VARS: "project.outputDirectory=$PWD project.version=${GITHUB_REF##*/} workspace=$PWD realname=Arduino_Create_Agent"
373+
INSTALLER_VARS: "project.outputDirectory=$PWD project.version=${GITHUB_REF##*/} workspace=$PWD realname=Arduino_Cloud_Agent"
374374

375375
strategy:
376376
fail-fast: false # if one os is failing continue nonetheless
@@ -403,6 +403,7 @@ jobs:
403403
with:
404404
repository: "bcmi-labs/arduino-create-agent-installer" # the repo which contains install.xml
405405
token: ${{ secrets.ARDUINO_CREATE_AGENT_CI_PAT }}
406+
ref: "rename-to-cloud-agent"
406407

407408
- name: Download artifact
408409
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)