mirror of
https://github.com/ValueCell-ai/ClawX.git
synced 2026-08-14 08:53:09 +00:00
ci(artifact): artifact download pattern to release workflow (#525)
This commit is contained in:
@@ -151,6 +151,7 @@ jobs:
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
path: release-artifacts
|
||||
pattern: release-*
|
||||
|
||||
- name: List all downloaded artifacts
|
||||
run: |
|
||||
@@ -243,6 +244,7 @@ jobs:
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
path: release-artifacts
|
||||
pattern: release-*
|
||||
|
||||
- name: Extract version and channel
|
||||
id: version
|
||||
|
||||
Reference in New Issue
Block a user