From 2c982a8ac5cd5350ff9108546340448868fed6fe Mon Sep 17 00:00:00 2001 From: yanghuanglin Date: Fri, 21 Nov 2025 13:46:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0upload=E7=9A=84actions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/BuildLauncher.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/BuildLauncher.yml b/.github/workflows/BuildLauncher.yml index 933d333..e099989 100644 --- a/.github/workflows/BuildLauncher.yml +++ b/.github/workflows/BuildLauncher.yml @@ -15,6 +15,6 @@ jobs: ./build-launcher.sh -l -c - name: upload - uses: actions/upload-artifact@v4 + uses: https://github.com/christopherHX/gitea-upload-artifact@v4 with: path: build-output/*.zip \ No newline at end of file