Skip to content

Commit 46faf84

Browse files
committed
fix(ci): resolve integration test artifact download path issue
1 parent d74dea0 commit 46faf84

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,11 @@ jobs:
230230
uses: actions/download-artifact@v4
231231
with:
232232
name: npm-package
233+
path: ./package
233234

234235
- name: Install package globally
235-
run: npm install -g *.tgz
236+
shell: bash
237+
run: npm install -g ./package/*.tgz
236238

237239
- name: Test CLI installation
238240
run: 00akshatsinha00decomment --version

0 commit comments

Comments
 (0)