Skip to content

Build GUI for Linux with Pyinstaller #12

Build GUI for Linux with Pyinstaller

Build GUI for Linux with Pyinstaller #12

Workflow file for this run

name: Build GUI for Linux with Pyinstaller
on:
workflow_dispatch:
inputs:
tags:
description: 'test build tags'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Package Application
uses: JackMcKew/pyinstaller-action-linux@main
with:
path: .
- uses: actions/upload-artifact@v2
with:
name: kbvs
path: dist/linux