1
0
mirror of https://github.com/darkzoul5/YoutubePlaylistSync.git synced 2026-07-03 12:34:00 +03:00

Add dependency on determine-next-tag job for Windows and Linux packages

This commit is contained in:
2025-10-13 09:57:31 +03:00
parent dffb740cc7
commit 843714e96d
+3 -1
View File
@@ -47,6 +47,7 @@ jobs:
windows-package: windows-package:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: determine-next-tag
steps: steps:
- name: Checkout code - name: Checkout code
uses: https://gitea.com/actions/checkout@v5 uses: https://gitea.com/actions/checkout@v5
@@ -100,6 +101,7 @@ jobs:
linux-package: linux-package:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: determine-next-tag
steps: steps:
- name: Checkout code - name: Checkout code
uses: https://gitea.com/actions/checkout@v5 uses: https://gitea.com/actions/checkout@v5
@@ -126,7 +128,7 @@ jobs:
cp yt-playlist-config.json dist/linux/ cp yt-playlist-config.json dist/linux/
mkdir -p dist/linux/bin mkdir -p dist/linux/bin
# yt-dlp # yt-dlp
curl -L -o dist/linux/bin/yt-dlp https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_linux 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 chmod +x dist/linux/bin/yt-dlp