Skip to content

Commit

Permalink
Pass specs and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAplin committed Mar 13, 2024
1 parent e005131 commit e11314f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/pyinstaller-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
uses: JackMcKew/pyinstaller-action-windows@python3-10-pyinstaller-5-3
with:
path: src
spec: nndownload.spec
requirements: requirements.txt
- uses: actions/upload-artifact@v2
with:
name: nndownload
Expand Down
2 changes: 1 addition & 1 deletion src/nndownload.spec → nndownload.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


a = Analysis(
['nndownload.py'],
['src/nndownload.py'],
pathex=[],
binaries=[],
datas=[],
Expand Down

0 comments on commit e11314f

Please sign in to comment.