We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8443894 commit 6bd5fa8Copy full SHA for 6bd5fa8
.github/workflows/build_esptool.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Checkout repository
39
uses: actions/checkout@v4
40
with:
41
- ref: main_work
+ ref: platformio
42
- name: Set up Python 3.11
43
uses: actions/setup-python@v5
44
@@ -112,7 +112,7 @@ jobs:
112
113
114
115
116
- name: Download artifacts
117
uses: jason2866/download-artifact@v3.0.4
118
@@ -135,7 +135,7 @@ jobs:
135
136
137
138
139
- name: Zip esptool.py
140
run: |
141
echo "Packaging new esptool release: ${{ github.ref_name }}"
0 commit comments