mirror of
https://github.com/marcriera/ddgo-converter.git
synced 2025-04-20 02:49:28 +02:00
23 lines
389 B
YAML
23 lines
389 B
YAML
name: Package application with Pyinstaller
|
|
|
|
on:
|
|
push:
|
|
branches: [ qt5 ]
|
|
|
|
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: ddgo-converter
|
|
path: src/dist/linux
|