Skip to content

Instantly share code, notes, and snippets.

View Knext's full-sized avatar

Sean Knext

View GitHub Profile
@Knext
Knext / build.yml
Created February 22, 2022 23:54 — forked from youhide/build.yml
GitHub Actions - Build for Windows, MacOS, Linux and release on tag.
name: Node CI
on:
push:
tags:
- 'v*'
jobs:
upload-release: