Skip to content

Fixes gh-12: Loads BlazePose models from the filesystem. #12

Fixes gh-12: Loads BlazePose models from the filesystem.

Fixes gh-12: Loads BlazePose models from the filesystem. #12

Workflow file for this run

name: build-and-package
on: [push, pull_request]
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Builld Electron app
run: |
npm install
package:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Package Electron app
run: |
npm install
npm run create-release-artifacts