[build] fix bug from da7f321e93

This commit is contained in:
pukkandan 2021-03-03 16:24:17 +05:30
parent 3721515bde
commit c1be5231b9
No known key found for this signature in database
GPG Key ID: 0F00D95A001F4698
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ jobs:
- name: Print version
run: echo "${{ steps.bump_version.outputs.ytdlp_version }}"
- name: Run Make
run: make
run: make yt-dlp
- name: Create Release
id: create_release
uses: actions/create-release@v1

View File

@ -1,4 +1,4 @@
all: yt-dlp doc man
all: yt-dlp doc
clean: clean-test clean-dist clean-cache
completions: completion-bash completion-fish completion-zsh
doc: README.md CONTRIBUTING.md issuetemplates supportedsites