Update pyinstaller.yml
This commit is contained in:
parent
c67c41a67d
commit
59171d2778
1 changed files with 5 additions and 10 deletions
15
.github/workflows/pyinstaller.yml
vendored
15
.github/workflows/pyinstaller.yml
vendored
|
@ -1,24 +1,19 @@
|
||||||
name: Package exe with PyInstaller - Windows
|
name: Package exe with PyInstaller
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: PyInstaller
|
- name: Package application
|
||||||
uses: JackMcKew/pyinstaller-action-windows@python3-10-pyinstaller-5-3
|
uses: JackMcKew/pyinstaller-action-linux@main
|
||||||
with:
|
with:
|
||||||
path: .
|
path: .
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: my-exe
|
name: stacosys
|
||||||
path: src/dist
|
path: dist/linux
|
||||||
|
|
Loading…
Add table
Reference in a new issue