Skip to content

Commit 7af7fa3

Browse files
committed
chore: mapserver sources are now under src/
1 parent f2d6643 commit 7af7fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ jobs:
280280
cd thirdparty/mapserver/build
281281
cp libmapserver.a $GITHUB_WORKSPACE/dist/lib
282282
cp *.h $GITHUB_WORKSPACE/dist/include
283-
cp ../*.h $GITHUB_WORKSPACE/dist/include
283+
cp ../src/*.h $GITHUB_WORKSPACE/dist/include
284284
285285
- name: Upload build artifacts
286286
uses: actions/[email protected]

0 commit comments

Comments
 (0)