Skip to content

fix[index]: slightly improve initializing #196

fix[index]: slightly improve initializing

fix[index]: slightly improve initializing #196

Workflow file for this run

name: Build/Release
on:
push:
branches: [ master ]
jobs:
build:
runs-on: windows-2019
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Initialize Environment
uses: actions/setup-node@v3
with:
node-version: 16.18.1
- name: Install Dependencies
run: yarn
- name: Build Application
run: yarn build
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: streamoverlay.exe
path: build/streamoverlay-*.exe