Skip to content

Commit

Permalink
Test.
Browse files Browse the repository at this point in the history
  • Loading branch information
RetroCyber committed Nov 12, 2024
1 parent 9b168a8 commit c575630
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
build:
runs-on: ${{ matrix.os }}
outputs:
python_changed: ${{ steps.check_python.outputs.python_changed }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
Expand Down
2 changes: 1 addition & 1 deletion add_patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# 1.可直接输入仓库(repo)或补丁(patch)的 URL 进行添加
# 2.给定仓库(repo)URL,列举其下所有补丁(patch),选择添加
# 3.引导用户生成自定义配置文件,可供镜像脚本(mirror_patch.py)使用
# 4.自动调用 repo_update.py 构建补丁,允许thcrap直接下载使用
# 4.自动调用 repo_update.py 构建补丁,允许thcrap直接下载使用
import httpx
import json
import asyncio
Expand Down

0 comments on commit c575630

Please sign in to comment.