Update .gitea/workflows/deploy.yml
Deploy Package / Explore-Gitea-Actions (push) Successful in 3s Details

This commit is contained in:
Carneiro 2024-09-09 20:25:24 -03:00
parent ce818a8ec6
commit e8f0a2febf
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@ jobs:
git clone --depth=1 https://git.alice.ufsj.edu.br/${{ gitea.repository }}
echo "Removing .git dir..."
rm -rf ./${{ github.event.repository.name }}/{.git,.gitea}
rm -rf ./${{ github.event.repository.name }}/.git ./${{ github.event.repository.name }}/.gitea
ls -la ./${{ github.event.repository.name }}
echo "Building package..."
dpkg-deb --build ${{ github.event.repository.name }}