Skip to content

gh-14: Updates to Electron 33.2.0 and latest Tensorflow. #16

gh-14: Updates to Electron 33.2.0 and latest Tensorflow.

gh-14: Updates to Electron 33.2.0 and latest Tensorflow. #16

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