Skip to content

Commit f0ec1be

Browse files
authored
Merge pull request #38 from Nyabsi/github_workflow_patch
workflow: fix PyInstaller workflow
2 parents 8f3ee62 + a96bb05 commit f0ec1be

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/Build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121

2222
- uses: actions/upload-artifact@v2
2323
with:
24-
name: name-of-artifact
25-
path: src/dist/windows
24+
name: BabbleApp
25+
path: BabbleApp/dist/windows

BabbleApp/babbleapp.spec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ a = Analysis(['babbleapp.py'],
99
datas=[("Audio/*", "Audio"), ("Images/*", "Images/")],
1010
hiddenimports=[],
1111
hookspath=[],
12-
hooksconfig={},
1312
runtime_hooks=[],
1413
excludes=[],
1514
win_no_prefer_redirects=False,

0 commit comments

Comments
 (0)