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.