Skip to content

Commit 6bd5fa8

Browse files
authored
Fix branch
1 parent 8443894 commit 6bd5fa8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_esptool.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Checkout repository
3939
uses: actions/checkout@v4
4040
with:
41-
ref: main_work
41+
ref: platformio
4242
- name: Set up Python 3.11
4343
uses: actions/setup-python@v5
4444
with:
@@ -112,7 +112,7 @@ jobs:
112112
- name: Checkout repository
113113
uses: actions/checkout@v4
114114
with:
115-
ref: main_work
115+
ref: platformio
116116
- name: Download artifacts
117117
uses: jason2866/download-artifact@v3.0.4
118118
with:
@@ -135,7 +135,7 @@ jobs:
135135
- name: Checkout repository
136136
uses: actions/checkout@v4
137137
with:
138-
ref: main_work
138+
ref: platformio
139139
- name: Zip esptool.py
140140
run: |
141141
echo "Packaging new esptool release: ${{ github.ref_name }}"

0 commit comments

Comments
 (0)