Update .gitea/workflows/deploy.yml

This commit is contained in:
Carneiro 2024-09-09 20:23:55 -03:00
parent 128a8874eb
commit d41334d66b
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
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 }}