Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tans authored Apr 28, 2024
1 parent 554e8d5 commit 7e65c9e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Build/release

on:
push:
tags:
- "v*.*.*"
# push:
# tags:
# - "v*.*.*"

jobs:
release:
Expand All @@ -30,4 +30,4 @@ jobs:
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: lite-bot.exe
files: lite-bot.exe

0 comments on commit 7e65c9e

Please sign in to comment.