Skip to content

Commit e028518

Browse files
authored
use new geodiff binaries
1 parent d773846 commit e028518

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_windows.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616
with:
1717
repository: "MerginMaps/geodiff"
1818
latest: true
19-
fileName: "geodiff_windows_binaries.zip"
19+
fileName: "geodiff.exe.zip"
2020
zipBall: false
2121
out-file-path: "scripts/windows_binaries"
2222
extract: true
2323

2424
- name: Delete files from binaries
2525
run: |
2626
cd scripts/windows_binaries
27-
del geodiff_*.zip
27+
del geodiff.exe.zip
2828
2929
- uses: actions/setup-python@v5
3030
with:
@@ -47,4 +47,4 @@ jobs:
4747
uses: actions/upload-artifact@v4
4848
with:
4949
name: dbsync_standalone_win
50-
path: scripts/dist
50+
path: scripts/dist

0 commit comments

Comments
 (0)