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 Feb 11, 2024
1 parent 09a3ed0 commit 87efc23
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_esptool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Build esptool
on:
workflow_dispatch:
push:
tags:
- "v*.*.*"
paths-ignore:
- '.github/**' # Ignore changes towards the .github directory

Expand Down Expand Up @@ -124,8 +126,8 @@ jobs:
zip -r esptool-win64.zip ./esptool-win64
- name: Release
uses: jason2866/action-gh-release@v1.3
if: startsWith(github.ref, 'refs/tags/')
with:
tag_name: ${{ github.run_number }}
prerelease: true
files: |
*.zip
Expand Down

0 comments on commit 87efc23

Please sign in to comment.