From 843714e96dd4baec69e6b5856600735d30a7263e Mon Sep 17 00:00:00 2001 From: DARKZOUL5 Date: Mon, 13 Oct 2025 09:57:31 +0300 Subject: [PATCH] Add dependency on determine-next-tag job for Windows and Linux packages --- .gitea/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 2b16c16..7f221fa 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -47,6 +47,7 @@ jobs: windows-package: runs-on: ubuntu-latest + needs: determine-next-tag steps: - name: Checkout code uses: https://gitea.com/actions/checkout@v5 @@ -100,6 +101,7 @@ jobs: linux-package: runs-on: ubuntu-latest + needs: determine-next-tag steps: - name: Checkout code uses: https://gitea.com/actions/checkout@v5 @@ -126,7 +128,7 @@ jobs: cp yt-playlist-config.json dist/linux/ mkdir -p dist/linux/bin - + # yt-dlp curl -L -o dist/linux/bin/yt-dlp https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_linux chmod +x dist/linux/bin/yt-dlp