Skip to content

Commit

Permalink
1.0 version has been released!
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsaitou7361 committed Jan 19, 2024
1 parent af64a16 commit e9311fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ jobs:
uses: sayyid5416/pyinstaller@v1
with:
python_ver: '3.10'
spec: 'main.spec'
spec: 'main.spec'
upload_exe_with_name: 'PyYTDownloader'
3 changes: 2 additions & 1 deletion .github/workflows/build_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ jobs:
uses: sayyid5416/pyinstaller@v1
with:
python_ver: '3.10'
spec: 'main.spec'
spec: 'main.spec'
upload_exe_with_name: 'PyYTDownloader'
3 changes: 2 additions & 1 deletion .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ jobs:
uses: sayyid5416/pyinstaller@v1
with:
python_ver: '3.10'
spec: 'main.spec'
spec: 'main.spec'
upload_exe_with_name: 'PyYTDownloader'

0 comments on commit e9311fa

Please sign in to comment.