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 f83ce9f commit 13353c5Copy full SHA for 13353c5
.github/workflows/build_esptool.yml
@@ -37,6 +37,8 @@ jobs:
37
steps:
38
- name: Checkout repository
39
uses: actions/checkout@v4
40
+ with:
41
+ ref: pioarduino
42
- name: Set up Python 3.11
43
uses: actions/setup-python@v5
44
with:
@@ -89,6 +91,8 @@ jobs:
89
91
90
92
93
94
95
96
- name: Download artifacts
97
uses: jason2866/[email protected]
98
@@ -109,7 +113,7 @@ jobs:
109
113
110
114
111
115
112
- ref: main_work
116
117
- name: Zip esptool.py
118
run: |
119
echo "Packaging new esptool release: ${{ github.ref_name }}"
0 commit comments