From 97b76dce3f2b28d1c1387818bc630e266ae655e9 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Tue, 28 Jan 2025 05:58:56 +0000 Subject: [PATCH] Update Gitea Package Registry upload URL Change Gitea package upload endpoint from gitea.ericxliu.me to git.ericxliu.me --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e0077ec..d338868 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,4 +61,4 @@ jobs: run: | curl --user "${{ secrets.GITEA_USERNAME }}:${{ secrets.GITEA_TOKEN }}" \ --upload-file build/cpu-check_1.0.0-1_amd64.deb \ - "https://gitea.ericxliu.me/api/packages/${{ secrets.GITEA_USERNAME }}/debian/pool/stable/main/upload" \ No newline at end of file + "https://git.ericxliu.me/api/packages/${{ secrets.GITEA_USERNAME }}/debian/pool/stable/main/upload" \ No newline at end of file