Skip to content

Commit 31b9014

Browse files
committed
Improve alias generation
1 parent 192a433 commit 31b9014

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-and-snapshot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,12 @@ jobs:
8585
uses: actions/download-artifact@v4
8686
with:
8787
path: dist/ # Specify the directory where artifacts will be downloaded
88+
89+
- name: Combine all artifacts
90+
run: |
91+
mkdir -p dist
92+
ls -alsh dist/**
93+
mv dist/*/* dist/ || true
8894
8995
- uses: thomashampson/delete-older-releases@main
9096
with:

0 commit comments

Comments
 (0)