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 Mar 18, 2024
1 parent 3b110b1 commit c41aa41
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build_esptool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: main_work
- name: Set up Python 3.11
uses: actions/setup-python@master
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Update esptool version when releasing
Expand Down Expand Up @@ -109,6 +111,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: main_work
- name: Download artifacts
uses: jason2866/[email protected]
with:
Expand All @@ -129,7 +133,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@master
uses: actions/checkout@v4
with:
ref: main_work
- name: Zip esptool.py
run: |
echo "Packaging new esptool release: ${{ github.ref_name }}"
Expand Down

0 comments on commit c41aa41

Please sign in to comment.