You've already forked Tricky-Addon-Update-Target-List
mirror of
https://github.com/KOWX712/Tricky-Addon-Update-Target-List.git
synced 2025-09-06 06:37:09 +00:00
fix workflow
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -72,8 +72,7 @@ jobs:
|
||||
- name: Compress the module folder
|
||||
if: env.skip == 'false'
|
||||
run: |
|
||||
echo "Compressing module folder..."
|
||||
zip -r "${{ env.ZIP_NAME }}" "${{ env.ZIP_PATH }}"
|
||||
zip -r "${{ env.ZIP_NAME }}" "${{ env.ZIP_PATH }}/"*
|
||||
echo "Created zip file: ${{ env.ZIP_NAME }}"
|
||||
|
||||
- name: Compress the lite-script_only folder
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
id=TA_utl
|
||||
name=Tricky Addon - Update Target List
|
||||
version=v2.6
|
||||
versionCode=260
|
||||
version=v2.5
|
||||
versionCode=250
|
||||
author=KOWX712
|
||||
description=A WebUI to conifgure tricky store target.txt list
|
||||
description=A WebUI to conifgure tricky store target.txt
|
||||
updateJson=https://raw.githubusercontent.com/KOWX712/Tricky-Addon-Update-Target-List/main/update.json
|
||||
|
||||
Reference in New Issue
Block a user