From c6c65bf65dba0b56042cf12c65f69986236289bb Mon Sep 17 00:00:00 2001 From: Cory Sanin Date: Sun, 9 Nov 2025 18:50:23 -0500 Subject: [PATCH] use new build action --- .gitea/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index aab7756..5297849 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -77,7 +77,7 @@ jobs: cat "./post-entrypoint.sh" - name: Build package - uses: ${{ gitea.server_url }}/${{ gitea.repository_owner }}/build-publish/@build + uses: https://git.sanin.dev/packages_infra/makepkg-build-action@v1 if: ${{ steps.parsed.outputs.build == 'true' }} with: username: "${{ secrets.USERNAME }}"