Skip to content

Commit 13353c5

Browse files
authored
Update build_esptool.yml
1 parent f83ce9f commit 13353c5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build_esptool.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
steps:
3838
- name: Checkout repository
3939
uses: actions/checkout@v4
40+
with:
41+
ref: pioarduino
4042
- name: Set up Python 3.11
4143
uses: actions/setup-python@v5
4244
with:
@@ -89,6 +91,8 @@ jobs:
8991
steps:
9092
- name: Checkout repository
9193
uses: actions/checkout@v4
94+
with:
95+
ref: pioarduino
9296
- name: Download artifacts
9397
uses: jason2866/[email protected]
9498
with:
@@ -109,7 +113,7 @@ jobs:
109113
- name: Checkout repository
110114
uses: actions/checkout@v4
111115
with:
112-
ref: main_work
116+
ref: pioarduino
113117
- name: Zip esptool.py
114118
run: |
115119
echo "Packaging new esptool release: ${{ github.ref_name }}"

0 commit comments

Comments
 (0)