Skip to content

Create release-windows.yml #1

Create release-windows.yml

Create release-windows.yml #1

name: Release For Windows
on: push
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Release
uses: softprops/action-gh-release@v2
# if: startsWith(github.ref, 'refs/tags/')