From 1b7e2a70dda1285ee30ed0e1e8434ff7b9f048c6 Mon Sep 17 00:00:00 2001 From: DARKZOUL5 Date: Wed, 18 Mar 2026 19:35:09 +0200 Subject: [PATCH] Remove old build workflow and update README with new workflow link --- .github/workflows/{build.yml => build.yml.old} | 0 .github/workflows/build_v2.yml | 1 + README.md | 2 +- 3 files changed, 2 insertions(+), 1 deletion(-) rename .github/workflows/{build.yml => build.yml.old} (100%) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml.old similarity index 100% rename from .github/workflows/build.yml rename to .github/workflows/build.yml.old diff --git a/.github/workflows/build_v2.yml b/.github/workflows/build_v2.yml index 90a4ade..8d071a5 100644 --- a/.github/workflows/build_v2.yml +++ b/.github/workflows/build_v2.yml @@ -253,6 +253,7 @@ jobs: uses: softprops/action-gh-release@v2 with: tag_name: ${{ github.event.inputs.tag }} + draft: true files: | ${{ github.workspace }}/artifacts/**/*.zip ${{ github.workspace }}/artifacts/**/*.tar.gz diff --git a/README.md b/README.md index 3bc80ed..6d6d150 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # YouTube Playlist Downloader -[![Build Release](https://github.com/darkzoul5/YoutubePlaylistDownloader/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/darkzoul5/YoutubePlaylistDownloader/actions/workflows/build.yml) +[![Build Release](https://github.com/darkzoul5/YoutubePlaylistDownloader/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/darkzoul5/YoutubePlaylistDownloader/actions/workflows/build_v2.yml) [![Unit tests](https://github.com/darkzoul5/YoutubePlaylistDownloader/actions/workflows/unit-tests.yml/badge.svg?branch=main)](https://github.com/darkzoul5/YoutubePlaylistDownloader/actions/workflows/unit-tests.yml) A cross-platform tool for downloading entire YouTube playlists as MP3 or MP4 files, using [yt-dlp](https://github.com/yt-dlp/yt-dlp), [ffmpeg](https://ffmpeg.org/), and [aria2c](https://github.com/aria2/aria2). Includes Gitea CI/CD workflow for packaging and releasing Windows and Linux binaries.