Skip to content

Commit ef225ed

Browse files
updated workflow
1 parent da27103 commit ef225ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install requirements
2424
run: pip install -r requirements.txt
2525
- name: Run PyInstaller
26-
run: pyinstaller --noconsole --onefile --name=${{ env.EXECUTABLE_NAME }} ${{ env.PROGRAM_ENTRYPOINT }}
26+
run: pip install pyinstaller; pyinstaller --noconsole --onefile --name=${{ env.EXECUTABLE_NAME }} ${{ env.PROGRAM_ENTRYPOINT }}
2727
#- uses: actions/upload-artifact@v2
2828
# with:
2929
# name: Windows_qwiklabs

0 commit comments

Comments
 (0)