Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Add README

Add README #6

Workflow file for this run

name: Release
on:
workflow_dispatch:
push:
tags: v*
jobs:
build:
uses: ./.github/workflows/main.yml
release:
needs: build
runs-on: ubuntu-latest
steps:
- name: download
uses: actions/download-artifact@v4
- name: create release
uses: softprops/[email protected]
with:
files: ./**/build-**.zip