We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41e4eb9 commit 9e9f645Copy full SHA for 9e9f645
1 file changed
.github/workflows/pkg.yml
@@ -59,15 +59,11 @@ jobs:
59
uses: actions/download-artifact@v4
60
with:
61
path: artifacts
62
-
63
- - name: Combine artifacts into single zip
64
- run: |
65
- cd artifacts
66
- zip -r ../inshellisense-all.zip .
+ merge-multiple: true
67
68
- name: Upload combined artifact
69
uses: actions/upload-artifact@v4
70
71
name: inshellisense-all
72
- path: inshellisense-all.zip
+ path: artifacts/*.tgz
73
if-no-files-found: error
0 commit comments