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 20, 2024
1 parent b52e7ca commit 6add839
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_esptool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,8 @@ jobs:
run: |
echo "Packaging new esptool release: ${{ github.ref_name }}"
python ci/patch_release.py --version ${{ github.ref_name }} esptool/__init__.py
COMMIT_SHA_LONG=$(git rev-parse --short HEAD || echo "")
SHA=${COMMIT_SHA_LONG::7}
rm package.json
python ci/gen_pio_manifest.py -o "./" -s ${{ github.ref_name }} -c $SHA
python ci/gen_pio_manifest.py -o "./" -s ${{ github.ref_name }}
python ci/pack_python.py
- name: Download built binaries
uses: actions/download-artifact@master
Expand Down

0 comments on commit 6add839

Please sign in to comment.