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 9b71aa0 commit 9343f76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ jobs:
working-directory: thcrap_patch_mirror

- name: Package executables on Linux and macOS
if: runner.os == 'macOS'
run: |
tar -czf thpatch_mirror.tar.gz dist/add_patch dist/mirror_repo
shell: bash
working-directory: thcrap_patch_mirror
if: runner.os == 'macOS'
run: |
tar -czf thpatch_mirror.tar.gz dist/add_patch dist/mirror_repo
shell: bash
working-directory: thcrap_patch_mirror

- name: Upload Package
if: steps.check_python.outputs.python_changed == 'true'
Expand Down
1 change: 0 additions & 1 deletion add_patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
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 9343f76

Please sign in to comment.