From 0cb2ed1fdee0aab52693774ac031aef49dece8e4 Mon Sep 17 00:00:00 2001 From: Jan Caha Date: Fri, 20 Jun 2025 11:36:06 +0200 Subject: [PATCH] update action --- .github/workflows/build_windows.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_windows.yaml b/.github/workflows/build_windows.yaml index e24e93c..8035886 100644 --- a/.github/workflows/build_windows.yaml +++ b/.github/workflows/build_windows.yaml @@ -12,10 +12,11 @@ jobs: - uses: actions/checkout@v4 - - uses: robinraju/release-downloader@v1.10 + - uses: robinraju/release-downloader@v1 with: repository: "MerginMaps/geodiff" - latest: true + latest: false + tag: '2.0.2' # latest tag with windows binaries fileName: "geodiff_windows_binaries.zip" zipBall: false out-file-path: "scripts/windows_binaries"