Skip to content

Commit

Permalink
Update build_esptool.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Sep 19, 2024
1 parent f83ce9f commit 13353c5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build_esptool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: pioarduino
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -89,6 +91,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: pioarduino
- name: Download artifacts
uses: jason2866/[email protected]
with:
Expand All @@ -109,7 +113,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: main_work
ref: pioarduino
- name: Zip esptool.py
run: |
echo "Packaging new esptool release: ${{ github.ref_name }}"
Expand Down

0 comments on commit 13353c5

Please sign in to comment.