Skip to content

Commit 9e9f645

Browse files
committed
ci: don't nest artifacts
Signed-off-by: Chapman Pendery <cpendery@vt.edu>
1 parent 41e4eb9 commit 9e9f645

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/pkg.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,11 @@ jobs:
5959
uses: actions/download-artifact@v4
6060
with:
6161
path: artifacts
62-
63-
- name: Combine artifacts into single zip
64-
run: |
65-
cd artifacts
66-
zip -r ../inshellisense-all.zip .
62+
merge-multiple: true
6763

6864
- name: Upload combined artifact
6965
uses: actions/upload-artifact@v4
7066
with:
7167
name: inshellisense-all
72-
path: inshellisense-all.zip
68+
path: artifacts/*.tgz
7369
if-no-files-found: error

0 commit comments

Comments
 (0)