Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharll-large authored Jan 13, 2024
1 parent 9a03b77 commit 8d437f2
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,15 @@ jobs:
pyinstaller-build-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2

- name: Package Application
uses: JackMcKew/pyinstaller-action-windows@main
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
path: src

- uses: actions/upload-artifact@v2
with:
name: FMCL-windows
path: src/dist/windows
python-version: '3.10'
cache: 'pip' # caching pip dependencies
- run: pip install pyinstaller
- run: pyinstaller -F src/__main__.py



# pyinstaller-build-linux:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 8d437f2

Please sign in to comment.