diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b6c1349..d169f06 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,6 @@ jobs: if: runner.os == 'Windows' run: | Compress-Archive -Path 'dist/add_patch.exe', 'dist/mirror_repo.exe' -DestinationPath thpatch_mirror.zip - dir shell: pwsh working-directory: thcrap_patch_mirror @@ -64,7 +63,6 @@ jobs: if: runner.os == 'Linux' run: | tar -czf thpatch_mirror.tar.gz dist/add_patch dist/mirror_repo - ls -l shell: bash working-directory: thcrap_patch_mirror @@ -72,7 +70,6 @@ jobs: if: runner.os == 'macOS' run: | tar -czf thpatch_mirror.tar.gz dist/add_patch dist/mirror_repo - ls -l shell: bash working-directory: thcrap_patch_mirror @@ -82,8 +79,8 @@ jobs: with: name: thpatch_mirror-${{ matrix.os }} path: | - thcrap_patch_mirror/dist/thpatch_mirror.tar.gz - thcrap_patch_mirror/dist/thpatch_mirror.zip + thcrap_patch_mirror/thpatch_mirror.tar.gz + thcrap_patch_mirror/thpatch_mirror.zip # release: # runs-on: ubuntu-latest diff --git a/add_patch.py b/add_patch.py index 027ba60..2ad89b9 100644 --- a/add_patch.py +++ b/add_patch.py @@ -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