mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-09 10:50:38 +00:00
[build] Fix bug in 6d916fe709
This commit is contained in:
parent
5b836d4739
commit
28cdb605aa
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -244,6 +244,10 @@ jobs:
|
||||
build_macos_legacy:
|
||||
runs-on: macos-latest
|
||||
needs: create_release
|
||||
outputs:
|
||||
sha256_macos_legacy: ${{ steps.get_sha.outputs.sha256_macos_legacy }}
|
||||
sha512_macos_legacy: ${{ steps.get_sha.outputs.sha512_macos_legacy }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install Python
|
||||
|
Loading…
Reference in New Issue
Block a user