chore: remove unnecessary directory creation step in release workflow

This commit is contained in:
Nexmoe
2025-10-23 22:28:15 +08:00
parent be06106f66
commit bad839934d

View File

@@ -32,9 +32,6 @@ jobs:
- name: Download yt-dlp binaries
run: |
# Create resources directory if it doesn't exist
mkdir -p resources
# Download yt-dlp.exe for Windows
curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp.exe -o resources/yt-dlp.exe