mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-08-17 01:48:29 +00:00
add temp verify test for arm64
Authored by: bashonly
This commit is contained in:
parent
994ae593b5
commit
e98ada969a
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -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
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user