Skip to content

Commit

Permalink
fix(ci): Use tkinter branch for linux's gui step action.
Browse files Browse the repository at this point in the history
Signed-off-by: yshalsager <[email protected]>
  • Loading branch information
yshalsager committed Aug 5, 2022
1 parent 71cb77d commit c953829
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,13 @@ jobs:
spec: wit_transcriber.spec
requirements: requirements.txt

- name: Package GUI Application for Windows
uses: yshalsager/pyinstaller-action-linux@main
- name: Package GUI Application for Linux
uses: yshalsager/pyinstaller-action-linux@tkinter
with:
path: .
spec: wit_transcriber_gui.spec
requirements: requirements.txt
tkinter: true

- uses: actions/upload-artifact@v2
if: github.actor != 'dependabot[bot]'
Expand Down

0 comments on commit c953829

Please sign in to comment.