Skip to content

Commit

Permalink
Updates:
Browse files Browse the repository at this point in the history
add_patch.py
-----------------------------------------------------------------------
[New] Support breakpoint resuming when adding patches.
[Fix] Restricting function parameter types.
[Fix] Optimize script readability.
-----------------------------------------------------------------------
mirror_repo.py
-----------------------------------------------------------------------
[Fix] Restricting function parameter types.
-----------------------------------------------------------------------
release.yml
-----------------------------------------------------------------------
[Fix] Fix code defects.
-----------------------------------------------------------------------
  • Loading branch information
RetroCyber committed Nov 11, 2024
1 parent 140f6f8 commit 34de906
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
# uses: actions/checkout@v2
run: |
git clone https://github.com/RetroCyber/thcrap_patch_mirror.git
cd thcrap_patch_mirror
- name: Set up Python
uses: actions/setup-python@v2
Expand Down
1 change: 1 addition & 0 deletions add_patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import os
import re
import sys
import time
from repo_update import repo_build, enter_missing
from color_logger import ColorLogger
from urllib.parse import urljoin, urlparse
Expand Down

0 comments on commit 34de906

Please sign in to comment.