mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-01 13:46:46 -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'
|
uses: 'actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806'
|
||||||
with:
|
with:
|
||||||
name: 'node-modules-tarball'
|
name: 'node-modules-tarball'
|
||||||
|
path: '.'
|
||||||
|
|
||||||
- name: 'Extract Node Modules'
|
- name: 'Extract Node Modules'
|
||||||
run: |
|
run: |
|
||||||
@@ -98,6 +99,7 @@ jobs:
|
|||||||
uses: 'actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806'
|
uses: 'actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806'
|
||||||
with:
|
with:
|
||||||
name: 'node-modules-tarball'
|
name: 'node-modules-tarball'
|
||||||
|
path: '.'
|
||||||
|
|
||||||
- name: 'Extract Node Modules'
|
- name: 'Extract Node Modules'
|
||||||
run: |
|
run: |
|
||||||
@@ -133,6 +135,7 @@ jobs:
|
|||||||
uses: 'actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806'
|
uses: 'actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806'
|
||||||
with:
|
with:
|
||||||
name: 'node-modules-tarball'
|
name: 'node-modules-tarball'
|
||||||
|
path: '.'
|
||||||
|
|
||||||
- name: 'Extract Node Modules'
|
- name: 'Extract Node Modules'
|
||||||
run: |
|
run: |
|
||||||
@@ -168,6 +171,7 @@ jobs:
|
|||||||
uses: 'actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806'
|
uses: 'actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806'
|
||||||
with:
|
with:
|
||||||
name: 'node-modules-tarball'
|
name: 'node-modules-tarball'
|
||||||
|
path: '.'
|
||||||
|
|
||||||
- name: 'Extract Node Modules'
|
- name: 'Extract Node Modules'
|
||||||
run: |
|
run: |
|
||||||
@@ -203,6 +207,7 @@ jobs:
|
|||||||
uses: 'actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806'
|
uses: 'actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806'
|
||||||
with:
|
with:
|
||||||
name: 'node-modules-tarball'
|
name: 'node-modules-tarball'
|
||||||
|
path: '.'
|
||||||
|
|
||||||
- name: 'Extract Node Modules'
|
- name: 'Extract Node Modules'
|
||||||
run: |
|
run: |
|
||||||
@@ -238,6 +243,7 @@ jobs:
|
|||||||
uses: 'actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806'
|
uses: 'actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806'
|
||||||
with:
|
with:
|
||||||
name: 'node-modules-tarball'
|
name: 'node-modules-tarball'
|
||||||
|
path: '.'
|
||||||
|
|
||||||
- name: 'Extract Node Modules'
|
- name: 'Extract Node Modules'
|
||||||
run: |
|
run: |
|
||||||
@@ -273,6 +279,7 @@ jobs:
|
|||||||
uses: 'actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806'
|
uses: 'actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806'
|
||||||
with:
|
with:
|
||||||
name: 'node-modules-tarball'
|
name: 'node-modules-tarball'
|
||||||
|
path: '.'
|
||||||
|
|
||||||
- name: 'Extract Node Modules'
|
- name: 'Extract Node Modules'
|
||||||
run: |
|
run: |
|
||||||
@@ -308,6 +315,7 @@ jobs:
|
|||||||
uses: 'actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806'
|
uses: 'actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806'
|
||||||
with:
|
with:
|
||||||
name: 'node-modules-tarball'
|
name: 'node-modules-tarball'
|
||||||
|
path: '.'
|
||||||
|
|
||||||
- name: 'Extract Node Modules'
|
- name: 'Extract Node Modules'
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user