chore: remove unnecessary directory creation step in release workflow
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user