We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f73ccd commit 7ddbfe1Copy full SHA for 7ddbfe1
.github/workflows/release-workflow.yml
@@ -65,14 +65,9 @@ jobs:
65
uses: actions/download-artifact@v4
66
with:
67
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/ \;
+ merge-multiple: true
74
75
- name: upload artifacts to Release
76
uses: softprops/action-gh-release@v2
77
78
- files: ./flat-dist/*
+ files: ./dist/*
0 commit comments