Skip to content

Commit

Permalink
does it work tho
Browse files Browse the repository at this point in the history
Authored by: bashonly
  • Loading branch information
bashonly committed Feb 13, 2024
1 parent c854926 commit 3f8887c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,10 @@ jobs:
python3.8 devscripts/make_lazy_extractors.py
python3.8 -m bundle.pyinstaller
arch="${{ (matrix.architecture == 'armv7' && 'armv7l') || matrix.architecture }}"
chmod +x ./dist/yt-dlp_linux_${arch}
./dist/yt-dlp_linux_${arch} -v --print-traffic "https://github.com/yt-dlp/yt-dlp" || true
if ${{ vars.UPDATE_TO_VERIFICATION && 'true' || 'false' }}; then
arch="${{ (matrix.architecture == 'armv7' && 'armv7l') || matrix.architecture }}"
chmod +x ./dist/yt-dlp_linux_${arch}
Expand Down

0 comments on commit 3f8887c

Please sign in to comment.