Skip to content

Commit aedf736

Browse files
committed
fix build
1 parent e93772c commit aedf736

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build_windows.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ jobs:
1212

1313
- uses: actions/checkout@v4
1414

15-
- uses: robinraju/release-downloader@v1.10
15+
- uses: robinraju/release-downloader@v1.12
1616
with:
1717
repository: "MerginMaps/geodiff"
18-
latest: true
18+
latest: false
19+
tag: '2.0.2' # latest tag with windows binaries
1920
fileName: "geodiff_windows_binaries.zip"
2021
zipBall: false
2122
out-file-path: "scripts/windows_binaries"

0 commit comments

Comments
 (0)