Skip to content

Commit

Permalink
add version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
i4k1 authored Oct 5, 2024
1 parent d28041f commit b284670
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-windows.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Release For Windows

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

jobs:
build:
Expand Down

0 comments on commit b284670

Please sign in to comment.