Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ylannl authored Apr 1, 2020
1 parent 6b923ff commit 4dcf534
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
run: |
mkdir gfp-gdal
mkdir gfp-gdal\deps
mkdir gfp-gdal\gdal-data
cp build\Release\gfp_gdal.dll gfp-gdal\
cp C:\Software\GDAL\bin\expat.dll gfp-gdal\deps\
cp C:\Software\GDAL\bin\freexl.dll gfp-gdal\deps\
Expand All @@ -62,6 +63,7 @@ jobs:
cp C:\Software\GDAL\bin\sqlite3.dll gfp-gdal\deps\
cp C:\Software\GDAL\bin\ssleay32.dll gfp-gdal\deps\
cp C:\Software\GDAL\bin\xerces-c_3_2.dll gfp-gdal\deps\
cp C:\Software\GDAL\gdal-data\* gfp-gdal\gdal-data\
cp C:\Software\GDAL\bin\zlib1.dll gfp-gdal\deps\
cp C:\Software\GEOS\bin\geos_c.dll gfp-gdal\deps\
cp C:\Software\GEOS\bin\geos.dll gfp-gdal\deps\
Expand Down

0 comments on commit 4dcf534

Please sign in to comment.