Skip to content

Commit

Permalink
fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ylannl committed Oct 12, 2020
1 parent bcdf72d commit d6ba925
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
mkdir gfp-val3dity
mkdir gfp-val3dity\deps
cp build\Release\gfp_val3dity.dll gfp-val3dity\
cp C:\Software\GEOS\bin\geos_c.dll gfp-gdal\deps\
cp C:\Software\GEOS\bin\geos.dll gfp-gdal\deps\
cp C:\Software\GEOS\bin\geos_c.dll gfp-val3dity\deps\
cp C:\Software\GEOS\bin\geos.dll gfp-val3dity\deps\
- name: Create artifact
uses: actions/upload-artifact@master
with:
Expand Down

0 comments on commit d6ba925

Please sign in to comment.