hide unavailable channels in webui

This commit is contained in:
lpf
2026-03-10 14:46:34 +08:00
parent 4a1b5f27e4
commit 594897c9bb
20 changed files with 110 additions and 30 deletions

View File

@@ -83,10 +83,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: release-artifacts
path: |
build/*.tar.gz
build/*.zip
build/checksums.txt
path: build
if-no-files-found: error
publish-release:
@@ -100,6 +97,9 @@ jobs:
name: release-artifacts
path: build
- name: List downloaded artifacts
run: find build -maxdepth 4 -type f | sort
- name: Resolve tag
id: tag
run: |
@@ -116,6 +116,6 @@ jobs:
name: ${{ steps.tag.outputs.name }}
generate_release_notes: true
files: |
build/*.tar.gz
build/*.zip
build/checksums.txt
build/**/*.tar.gz
build/**/*.zip
build/**/checksums.txt