Skip to content

Commit

Permalink
update to geoflow 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Ylannl committed Apr 15, 2020
1 parent 1644648 commit 07285bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
pathTarget: C:\Software\GEOS
- name: Install Geoflow
run: |
Invoke-WebRequest https://github.com/geoflow3d/geoflow/releases/download/v0.1.4/Geoflow-win64.exe -OutFile geoflow-setup.exe
Invoke-WebRequest https://github.com/geoflow3d/geoflow/releases/download/v0.1.5/Geoflow-win64.exe -OutFile geoflow-setup.exe
.\geoflow-setup.exe /S
- name: Build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
pathTarget: C:\Software\GEOS
- name: Install Geoflow
run: |
Invoke-WebRequest https://github.com/geoflow3d/geoflow/releases/download/v0.1.4/Geoflow-win64.exe -OutFile geoflow-setup.exe
Invoke-WebRequest https://github.com/geoflow3d/geoflow/releases/download/v0.1.5/Geoflow-win64.exe -OutFile geoflow-setup.exe
.\geoflow-setup.exe /S
- name: Build
run: |
Expand Down

0 comments on commit 07285bd

Please sign in to comment.