Force pyinstaller path

This commit is contained in:
Mykola Grymalyuk
2021-08-05 17:57:55 -06:00
parent 3515d81c26
commit 3569a265e6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: pyinstaller OCLP-CLI.spec
- run: /Library/Frameworks/Python.framework/Versions/3.9/bin/pyinstaller OCLP-CLI.spec
- run: cd dist; cp OCLP-CLI ../; cd ..
- run: zip OCLP-CLI.zip OCLP-CLI
- name: Download latest nightly OCLP-GUI