From 114b2896eb13be55d31ac37b757527aaebaa6bfd Mon Sep 17 00:00:00 2001 From: Yu Cong Date: Fri, 22 Aug 2025 10:37:18 +0800 Subject: [PATCH] localhost works --- .gitea/workflows/compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/compile.yml b/.gitea/workflows/compile.yml index 7ec5e50..6a82441 100644 --- a/.gitea/workflows/compile.yml +++ b/.gitea/workflows/compile.yml @@ -19,7 +19,7 @@ jobs: - name: List files in the workspace run: ls -l - - uses: akkuman/gitea-release-action@v1 + - uses: http://localhost:3000/sxlxc/gitea-release-action@v1 with: body: '' prerelease: true