Skip to content

Commit 8a064c6

Browse files
committed
geodiff.exe is not a zip file anymore
1 parent f3a3040 commit 8a064c6

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/build_windows.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,10 @@ jobs:
1717
repository: "MerginMaps/geodiff"
1818
# latest: true
1919
tag: "2.2.0"
20-
fileName: "geodiff.exe.zip"
20+
fileName: "geodiff.exe"
2121
zipBall: false
2222
out-file-path: "scripts/windows_binaries"
23-
extract: true
2423

25-
- name: Delete files from binaries
26-
run: |
27-
cd scripts/windows_binaries
28-
del geodiff.exe.zip
29-
3024
- uses: actions/setup-python@v5
3125
with:
3226
python-version: '3.10'

0 commit comments

Comments
 (0)