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