Merge pull request 'fix: enviar arquivos' (#6) from release/V1.0.0 into main
Some checks failed
Build and Deploy ASP.NET API / build-and-deploy (push) Failing after 0s
Some checks failed
Build and Deploy ASP.NET API / build-and-deploy (push) Failing after 0s
Reviewed-on: http://git.carneiro.ddnsfree.com/ricardo/YTExtractor/pulls/6
This commit is contained in:
commit
ab01f8e7fb
@ -11,16 +11,20 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout code
|
||||
run: |
|
||||
echo "✅ Checking workspace directory structure"
|
||||
pwd
|
||||
echo "Root files:"
|
||||
echo "✅ Manual checkout and workspace setup"
|
||||
echo "Current directory: $(pwd)"
|
||||
echo "Git status:"
|
||||
git status || echo "Not a git repo, fetching code..."
|
||||
|
||||
# Fazer checkout manual se necessário
|
||||
git fetch origin main || echo "Fetch failed"
|
||||
git reset --hard origin/main || echo "Reset failed"
|
||||
git clean -fd || echo "Clean failed"
|
||||
|
||||
echo "After checkout - Root files:"
|
||||
ls -la
|
||||
echo "YTExtractor folder contents:"
|
||||
ls -la YTExtractor/ || echo "YTExtractor folder not found"
|
||||
echo "Looking for .sln files..."
|
||||
echo "Looking for .sln files:"
|
||||
find . -name "*.sln" -type f
|
||||
echo "Looking for Dockerfile..."
|
||||
find . -name "Dockerfile" -type f
|
||||
|
||||
- name: Restore dependencies
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user