From 2b046e468472f3256c0e25aa8a5fba60df13fdd0 Mon Sep 17 00:00:00 2001 From: yanghuanglin Date: Fri, 21 Nov 2025 19:23:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=B7=A5=E4=BD=9C=E6=B5=81?= 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 b94890f..f2853dd 100644 --- a/.github/workflows/BuildLauncher.yml +++ b/.github/workflows/BuildLauncher.yml @@ -230,7 +230,7 @@ jobs: echo "ZIP_FILE_NAME: $ZIP_FILE_NAME" - name: 上传 - uses: https://github.com/christopherHX/gitea-upload-artifact@v4 + uses: christopherHX/gitea-upload-artifact@v4 with: name: ${{ steps.file_info.outputs.zip_file_name }} path: ${{ steps.file_info.outputs.zip_file_path }} \ No newline at end of file