Update pyinstaller.yml
This commit is contained in:
parent
59171d2778
commit
1cd0698ab0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pyinstaller.yml
vendored
4
.github/workflows/pyinstaller.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Package exe with PyInstaller
|
||||
name: Package with PyInstaller
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
|
@ -10,7 +10,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Package application
|
||||
uses: JackMcKew/pyinstaller-action-linux@main
|
||||
uses: JackMcKew/pyinstaller-action-linux@python3.10
|
||||
with:
|
||||
path: .
|
||||
- uses: actions/upload-artifact@v2
|
||||
|
|
Loading…
Add table
Reference in a new issue