You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
stacosys/.github/workflows/pyinstaller.yml

20 lines
408 B
YAML

name: Package with PyInstaller
12 months ago
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Package application
uses: JackMcKew/pyinstaller-action-linux@python3.10
12 months ago
with:
path: .
- uses: actions/upload-artifact@v2
with:
name: stacosys
path: dist/linux