File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -370,7 +370,7 @@ jobs:
370
370
env :
371
371
# vars used by installbuilder
372
372
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 "
374
374
375
375
strategy :
376
376
fail-fast : false # if one os is failing continue nonetheless
@@ -403,6 +403,7 @@ jobs:
403
403
with :
404
404
repository : " bcmi-labs/arduino-create-agent-installer" # the repo which contains install.xml
405
405
token : ${{ secrets.ARDUINO_CREATE_AGENT_CI_PAT }}
406
+ ref : " rename-to-cloud-agent"
406
407
407
408
- name : Download artifact
408
409
uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments