mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-15 06:12:50 -07:00
ci: specify path in download-artifact to avoid subdirectory
This commit is contained in:
@@ -63,6 +63,7 @@ jobs:
|
||||
uses: 'actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806'
|
||||
with:
|
||||
name: 'node-modules-tarball'
|
||||
path: '.'
|
||||
|
||||
- name: 'Extract Node Modules'
|
||||
run: |
|
||||
@@ -98,6 +99,7 @@ jobs:
|
||||
uses: 'actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806'
|
||||
with:
|
||||
name: 'node-modules-tarball'
|
||||
path: '.'
|
||||
|
||||
- name: 'Extract Node Modules'
|
||||
run: |
|
||||
@@ -133,6 +135,7 @@ jobs:
|
||||
uses: 'actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806'
|
||||
with:
|
||||
name: 'node-modules-tarball'
|
||||
path: '.'
|
||||
|
||||
- name: 'Extract Node Modules'
|
||||
run: |
|
||||
@@ -168,6 +171,7 @@ jobs:
|
||||
uses: 'actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806'
|
||||
with:
|
||||
name: 'node-modules-tarball'
|
||||
path: '.'
|
||||
|
||||
- name: 'Extract Node Modules'
|
||||
run: |
|
||||
@@ -203,6 +207,7 @@ jobs:
|
||||
uses: 'actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806'
|
||||
with:
|
||||
name: 'node-modules-tarball'
|
||||
path: '.'
|
||||
|
||||
- name: 'Extract Node Modules'
|
||||
run: |
|
||||
@@ -238,6 +243,7 @@ jobs:
|
||||
uses: 'actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806'
|
||||
with:
|
||||
name: 'node-modules-tarball'
|
||||
path: '.'
|
||||
|
||||
- name: 'Extract Node Modules'
|
||||
run: |
|
||||
@@ -273,6 +279,7 @@ jobs:
|
||||
uses: 'actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806'
|
||||
with:
|
||||
name: 'node-modules-tarball'
|
||||
path: '.'
|
||||
|
||||
- name: 'Extract Node Modules'
|
||||
run: |
|
||||
@@ -308,6 +315,7 @@ jobs:
|
||||
uses: 'actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806'
|
||||
with:
|
||||
name: 'node-modules-tarball'
|
||||
path: '.'
|
||||
|
||||
- name: 'Extract Node Modules'
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user