diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 48dfbafd3..46b7905ce 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 e55f11103..8e6b6f80b 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