Skip to content

added Amygnon to Intaki gates #54

added Amygnon to Intaki gates

added Amygnon to Intaki gates #54

Workflow file for this run

name: CI
on:
push:
branches: [ master, develop ]
pull_request:
branches: [ develop ]
workflow_dispatch:
jobs:
build:
name: Build
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Prepare
run: |
python -m pip install --upgrade pip
python -m pip install pipenv
python -m pipenv install
- name: Build
run: python -m pipenv run build_win_installer.bat
- name: Upload a Build Artifact
uses: actions/upload-artifact@v2
with:
path: ./dist/shortcircuit.exe