From 7a4f64051b58a20f2776975420d455880775611d Mon Sep 17 00:00:00 2001 From: fithwum Date: Sat, 5 Jul 2025 15:22:01 -0700 Subject: [PATCH] fix repo url --- .gitea/workflows/base-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/base-build.yml b/.gitea/workflows/base-build.yml index a3db2cd..6b317d4 100644 --- a/.gitea/workflows/base-build.yml +++ b/.gitea/workflows/base-build.yml @@ -122,7 +122,7 @@ jobs: uses: actions/checkout@v3 - name: Clone upload repo - run: git clone "${{ env.REPO_URL }}" upload-repo + run: git clone "${{ env.REPO_URL2 }}" upload-repo - name: Generate CHANGES.md and build-info.json run: |