1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-12-27 10:01:24 +00:00

Release 2022.08.18.36

This commit is contained in:
pukkandan
2022-08-19 09:43:30 +05:30
parent 6657e7834f
commit 778763d9e6
4 changed files with 9 additions and 2 deletions

View File

@@ -264,7 +264,7 @@ jobs:
- name: Make Update spec
run: |
echo "# This file is used for regulating self-update" >> _update_spec
echo "lock 2022.07.18 .+ Python 3.6" >> _update_spec
echo "lock 2022.08.18.36 .+ Python 3.6" >> _update_spec
- name: Make SHA2-SUMS files
run: |
sha256sum artifact/yt-dlp | awk '{print $1 " yt-dlp"}' >> SHA2-256SUMS