Skip to content

Commit f79d9da

Browse files
committed
chore: upload-artifact with different path
1 parent 9cc4c17 commit f79d9da

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/[email protected]
4848
with:
4949
name: libxml2
50-
path: $GITHUB_WORKSPACE/dist
50+
path: dist/
5151
if-no-files-found: error
5252
retention-days: 1
5353
overwrite: true
@@ -100,7 +100,7 @@ jobs:
100100
uses: actions/[email protected]
101101
with:
102102
name: SQLite
103-
path: $GITHUB_WORKSPACE/dist
103+
path: dist/
104104
if-no-files-found: error
105105
retention-days: 1
106106
overwrite: true
@@ -133,7 +133,7 @@ jobs:
133133
uses: actions/[email protected]
134134
with:
135135
name: GEOS
136-
path: $GITHUB_WORKSPACE/dist
136+
path: dist/
137137
if-no-files-found: error
138138
retention-days: 1
139139
overwrite: true
@@ -177,7 +177,7 @@ jobs:
177177
uses: actions/[email protected]
178178
with:
179179
name: PROJ
180-
path: $GITHUB_WORKSPACE/dist
180+
path: dist/
181181
if-no-files-found: error
182182
retention-days: 1
183183
overwrite: true
@@ -229,7 +229,7 @@ jobs:
229229
uses: actions/[email protected]
230230
with:
231231
name: GDAL
232-
path: $GITHUB_WORKSPACE/dist
232+
path: dist/
233233
if-no-files-found: error
234234
retention-days: 1
235235
overwrite: true
@@ -290,7 +290,7 @@ jobs:
290290
uses: actions/[email protected]
291291
with:
292292
name: MapServer
293-
path: $GITHUB_WORKSPACE/dist
293+
path: dist/
294294
if-no-files-found: error
295295
retention-days: 1
296296
overwrite: true

0 commit comments

Comments
 (0)