1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-08-16 09:28:28 +00:00

add temp verify test for arm64

Authored by: bashonly
This commit is contained in:
bashonly 2025-08-13 11:39:45 -05:00
parent 994ae593b5
commit e98ada969a
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

View File

@ -439,6 +439,16 @@ jobs:
}
}
# TODO: remove when there is a windows_arm64 release that we can --update-to
- name: Verify arm64 executable
if: |
vars.UPDATE_TO_VERIFICATION && matrix.arch == 'arm64'
run: |
foreach ($name in @("yt-dlp${{ matrix.suffix }}")) {
& "./dist/${name}.exe" -v || true
& "./dist/${name}.exe" --version
}
- name: Upload artifacts
uses: actions/upload-artifact@v4
with: