Skip to content

Commit 7d1721b

Browse files
Checkout test branch of the installer repo
1 parent b5556cf commit 7d1721b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ jobs:
172172
with:
173173
repository: "bcmi-labs/arduino-create-agent-installer" # the repo which contains the bundle structure and icons
174174
token: ${{ secrets.ARDUINO_CREATE_AGENT_CI_PAT }}
175+
ref: rename-to-cloud-agent
175176

176177
- name: Download artifact
177178
uses: actions/download-artifact@v4
@@ -403,6 +404,7 @@ jobs:
403404
with:
404405
repository: "bcmi-labs/arduino-create-agent-installer" # the repo which contains install.xml
405406
token: ${{ secrets.ARDUINO_CREATE_AGENT_CI_PAT }}
407+
ref: rename-to-cloud-agent
406408

407409
- name: Download artifact
408410
uses: actions/download-artifact@v4
@@ -496,6 +498,7 @@ jobs:
496498
with:
497499
repository: "bcmi-labs/arduino-create-agent-installer" # the repo which contains the icons/background
498500
token: ${{ secrets.ARDUINO_CREATE_AGENT_CI_PAT }}
501+
ref: rename-to-cloud-agent
499502

500503
- name: Download artifact
501504
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)