fix: remove data directory copy from Dockerfile and update artifact download patterns in release workflows
This commit is contained in:
@@ -140,6 +140,7 @@ jobs:
|
||||
|
||||
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
|
||||
with:
|
||||
pattern: zeroclaw-*
|
||||
path: artifacts
|
||||
|
||||
- name: Generate checksums
|
||||
|
||||
@@ -158,6 +158,7 @@ jobs:
|
||||
|
||||
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
|
||||
with:
|
||||
pattern: zeroclaw-*
|
||||
path: artifacts
|
||||
|
||||
- name: Generate checksums
|
||||
|
||||
Reference in New Issue
Block a user