Skip to content

Commit

Permalink
test upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
RetroCyber committed Nov 12, 2024
1 parent 8d0429f commit ca5142d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,23 +56,20 @@ 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

- name: Package executables on Linux
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

- name: Package executables on Linux and macOS
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

Expand All @@ -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
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 ca5142d

Please sign in to comment.