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 2feb954 commit 0269549
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_esptool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
name: stubs
path: /home/runner/work/esptool/esptool/flasher_stub/build
- name: Upload package.json artifact
if: startsWith(github.ref, 'refs/tags/') && matrix.os == 'ubuntu-latest'
if: matrix.os == 'ubuntu-latest'
uses: jason2866/[email protected]
with:
name: manifest
Expand Down Expand Up @@ -142,10 +142,10 @@ 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
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/pack_python.py
- name: Download built binaries
uses: actions/download-artifact@master
Expand Down

0 comments on commit 0269549

Please sign in to comment.