Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 062c88e

Browse files
committedJul 15, 2024
Checkout test branch of the installer repo
1 parent 4b7edc8 commit 062c88e

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
@@ -191,6 +191,7 @@ jobs:
191191
with:
192192
repository: "bcmi-labs/arduino-create-agent-installer" # the repo which contains the bundle structure and icons
193193
token: ${{ secrets.ARDUINO_CREATE_AGENT_CI_PAT }}
194+
ref: rename-to-cloud-agent
194195

195196
- name: Download artifact
196197
uses: actions/download-artifact@v4
@@ -422,6 +423,7 @@ jobs:
422423
with:
423424
repository: "bcmi-labs/arduino-create-agent-installer" # the repo which contains install.xml
424425
token: ${{ secrets.ARDUINO_CREATE_AGENT_CI_PAT }}
426+
ref: rename-to-cloud-agent
425427

426428
- name: Download artifact
427429
uses: actions/download-artifact@v4
@@ -515,6 +517,7 @@ jobs:
515517
with:
516518
repository: "bcmi-labs/arduino-create-agent-installer" # the repo which contains the icons/background
517519
token: ${{ secrets.ARDUINO_CREATE_AGENT_CI_PAT }}
520+
ref: rename-to-cloud-agent
518521

519522
- name: Download artifact
520523
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)
Please sign in to comment.