Skip to content

Commit 5a13405

Browse files
committed
chore: target path and merge-multiple: true
1 parent f79d9da commit 5a13405

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ jobs:
155155
uses: actions/[email protected]
156156
with:
157157
name: SQLite
158+
path: dist/
158159

159160
- name: Configure build tools
160161
run: |
@@ -199,6 +200,8 @@ jobs:
199200
uses: actions/[email protected]
200201
with:
201202
pattern: '{SQLite,PROJ}'
203+
path: dist/
204+
merge-multiple: true
202205

203206
- name: Trigger port loading
204207
run: |
@@ -251,6 +254,8 @@ jobs:
251254
uses: actions/[email protected]
252255
with:
253256
pattern: '{GDAL,GEOS,PROJ,libxml2}'
257+
path: dist/
258+
merge-multiple: true
254259

255260
- name: Trigger port loading
256261
run: |

0 commit comments

Comments
 (0)