Skip to content

feat: add ci/cd script #1

feat: add ci/cd script

feat: add ci/cd script #1

Workflow file for this run

name: Build and Release
on:
push:
tags:
- "v*.*.*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Make all
run: |
./package.sh
- name: Release
uses: softprops/action-gh-release@v2
if: github.ref_type == 'tag'
with:
files: Release.txt