[pyinst.py] Move back to root dir (Closes #63)

This commit is contained in:
pukkandan
2021-02-09 17:35:12 +05:30
parent 3dd264bf42
commit b3943b2f33
4 changed files with 10 additions and 10 deletions

View File

@@ -91,7 +91,7 @@ jobs:
- name: Print version
run: echo "${{ steps.bump_version.outputs.ytdlc_version }}"
- name: Run PyInstaller Script
run: python devscripts/pyinst.py 64
run: python pyinst.py 64
- name: Upload youtube-dlc.exe Windows binary
id: upload-release-windows
uses: actions/upload-release-asset@v1
@@ -129,7 +129,7 @@ jobs:
- name: Print version
run: echo "${{ steps.bump_version.outputs.ytdlc_version }}"
- name: Run PyInstaller Script for 32 Bit
run: python devscripts/pyinst.py 32
run: python pyinst.py 32
- name: Upload Executable youtube-dlc_x86.exe
id: upload-release-windows32
uses: actions/upload-release-asset@v1