mirror of
https://github.com/darkzoul5/YoutubePlaylistSync.git
synced 2026-09-18 20:43:54 +03:00
Rename lint_python.yml to lint_ruff.yml
This commit is contained in:
@@ -186,10 +186,13 @@ jobs:
|
||||
tar -xzf "$GITHUB_WORKSPACE/dist/linux-docker/yt-playlist-linux-${{ steps.version.outputs.version }}.tar.gz"
|
||||
cp "$GITHUB_WORKSPACE/Dockerfile" .
|
||||
cp "$GITHUB_WORKSPACE/docker-entrypoint.sh" .
|
||||
# Ensure ytpld package is present from src/
|
||||
|
||||
if [ ! -d "src" ]; then cp -r "$GITHUB_WORKSPACE/src" . ; fi
|
||||
# Ensure config directory is present
|
||||
if [ ! -d "config" ]; then cp -r "$GITHUB_WORKSPACE/config" . ; fi
|
||||
|
||||
# Debug: List context to verify paths match Dockerfile expectations
|
||||
ls -R
|
||||
|
||||
- name: Set docker image names
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user