From c1be5231b9f443c8061724622c34509abdd9071d Mon Sep 17 00:00:00 2001 From: pukkandan Date: Wed, 3 Mar 2021 16:24:17 +0530 Subject: [PATCH] [build] fix bug from da7f321e9338624375eab758d822445d2846e771 --- .github/workflows/build.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 48dfbafd32..46b7905ceb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/Makefile b/Makefile index e55f111030..8e6b6f80b0 100644 --- a/Makefile +++ b/Makefile @@ -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