Skip to content

Commit

Permalink
Merge branch 'master' of github.com:geoflow3d/gfp-gdal
Browse files Browse the repository at this point in the history
  • Loading branch information
Ylannl committed Jun 5, 2020
2 parents 3eb516a + d1b4a38 commit d6aef32
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ jobs:
pathTarget: C:\Software\GEOS
- name: Install Geoflow
run: |
Invoke-WebRequest https://github.com/geoflow3d/geoflow/releases/download/v0.1.5/Geoflow-win64.exe -OutFile geoflow-setup.exe
.\geoflow-setup.exe /S
Invoke-WebRequest https://github.com/gruntwork-io/fetch/releases/download/v0.3.7/fetch_windows_amd64.exe -OutFile fetch.
.\fetch.exe --repo="https://github.com/geoflow3d/geoflow" --tag=">=0.1.4" --release-asset="Geoflow-win64.exe" .\
.\Geoflow-win64.exe /S
- name: Build
run: |
mkdir build
Expand Down

0 comments on commit d6aef32

Please sign in to comment.