add temp verify test for arm64

Authored by: bashonly
pull/14003/head
bashonly 5 days ago
parent 994ae593b5
commit e98ada969a
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

@ -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:

Loading…
Cancel
Save