generated from alice-meta-packages/alice-meta-template
Update .gitea/workflows/deploy.yml
Deploy Package / Explore-Gitea-Actions (push) Successful in 4s
Details
Deploy Package / Explore-Gitea-Actions (push) Successful in 4s
Details
This commit is contained in:
parent
6300b04e95
commit
9993dbffe5
|
@ -20,7 +20,7 @@ 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,.gitea}
|
||||
|
||||
echo "Building package..."
|
||||
dpkg-deb --build ${{ github.event.repository.name }}
|
||||
|
|
Loading…
Reference in New Issue