mirror of https://github.com/yt-dlp/yt-dlp.git
[build] Fix bug in 6d916fe709
This commit is contained in:
parent
5b836d4739
commit
28cdb605aa
|
@ -244,6 +244,10 @@ jobs:
|
||||||
build_macos_legacy:
|
build_macos_legacy:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
needs: create_release
|
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:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Install Python
|
- name: Install Python
|
||||||
|
|
Loading…
Reference in New Issue