This commit is contained in:
MedzikUser 2022-06-19 11:25:29 +02:00
parent 73d55cc374
commit 6e5609e6b0
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -11,6 +11,7 @@
*.pacman
*.deb
*.AppImage
*.jar
# GitHub wiki
/wiki

View File

@ -64,7 +64,7 @@ push-aur() {
echo '::group::Copying files into /tmp/local-repo'
cp -r "${pkgdir}"/* /tmp/local-repo/
rm -rf /tmp/local-repo/build.conf
rm -rf /tmp/local-repo/built.conf
echo '::endgroup::'
echo '::group::Generating .SRCINFO'