diff --git a/.gitea/workflows/build-and-publish.yaml b/.gitea/workflows/build-and-publish.yaml index cbb2482..b8e1e91 100644 --- a/.gitea/workflows/build-and-publish.yaml +++ b/.gitea/workflows/build-and-publish.yaml @@ -33,7 +33,7 @@ jobs: echo "==> Building $pkg" cd "$pkg" - makepkg -sfd --noconfirm + makepkg -sf --noconfirm # Find the built package file PKG_FILE=$(ls -t *.pkg.tar.zst 2>/dev/null | head -1)