Skip to content

Commit

Permalink
[build] fix binary-test (regression)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lesmiscore committed Nov 22, 2021
1 parent 3c0f694 commit 1e5182a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,8 @@ jobs:
# { os: "windows-2016", artifact: windows-white-py2exe },
{ os: "windows-2019", artifact: windows-white-PyInstaller },
# { os: "windows-2019", artifact: windows-white-py2exe },
{ os: "windows-2022", artifact: windows-white-PyInstaller },
# { os: "windows-2022", artifact: windows-white-py2exe },
]
python_version: ["3.9", "3.8", "3.7"]
steps:
Expand All @@ -554,6 +556,10 @@ jobs:
if: ${{ startsWith(runner.os, 'ubuntu') || startsWith(runner.os, 'macos') }}
with:
python-version: ${{ matrix.python_version }}
- name: Move executable file
if: ${{ startsWith(runner.os, 'windows') }}
run: |
mv ./artifacts/youtube-dl-white.exe ./artifacts/youtube-dl.exe
- name: youtube-dl --help and --version
shell: bash
run: |
Expand Down

0 comments on commit 1e5182a

Please sign in to comment.