Skip to content

Commit 7ddbfe1

Browse files
committed
use merge-multiple to flatten the downloaded artifacts
1 parent 7f73ccd commit 7ddbfe1

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/release-workflow.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,9 @@ jobs:
6565
uses: actions/download-artifact@v4
6666
with:
6767
path: ./dist
68-
pattern: ssh-keysign*
69-
70-
- name: move downloaded artifacts up
71-
run: |
72-
mkdir -p flat-dist
73-
find dist/ -type f -exec mv {} flat-dist/ \;
68+
merge-multiple: true
7469

7570
- name: upload artifacts to Release
7671
uses: softprops/action-gh-release@v2
7772
with:
78-
files: ./flat-dist/*
73+
files: ./dist/*

0 commit comments

Comments
 (0)