Skip to content

Commit

Permalink
Fix branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Jul 15, 2024
1 parent 8443894 commit 6bd5fa8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_esptool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: main_work
ref: platformio
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: main_work
ref: platformio
- name: Download artifacts
uses: jason2866/[email protected]
with:
Expand All @@ -135,7 +135,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: main_work
ref: platformio
- name: Zip esptool.py
run: |
echo "Packaging new esptool release: ${{ github.ref_name }}"
Expand Down

0 comments on commit 6bd5fa8

Please sign in to comment.