Skip to content

fix: ci

fix: ci #4

Workflow file for this run

name: rust release action
on:
push:
tags:
- "v*"
jobs:
release:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest]
steps:
- uses: actions/checkout@v5
with:
submodules: recursive
- name: release rust project
uses: lxl66566/rust-simple-release@main
with:
targets: |
x86_64-pc-windows-msvc
token: ${{ secrets.GH_TOKEN }}