mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-04-14 19:37:31 +08:00
hide unavailable channels in webui
This commit is contained in:
14
.github/workflows/release.yml
vendored
14
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user