We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3a3040 commit 8a064c6Copy full SHA for 8a064c6
1 file changed
.github/workflows/build_windows.yaml
@@ -17,16 +17,10 @@ jobs:
17
repository: "MerginMaps/geodiff"
18
# latest: true
19
tag: "2.2.0"
20
- fileName: "geodiff.exe.zip"
+ fileName: "geodiff.exe"
21
zipBall: false
22
out-file-path: "scripts/windows_binaries"
23
- extract: true
24
25
- - name: Delete files from binaries
26
- run: |
27
- cd scripts/windows_binaries
28
- del geodiff.exe.zip
29
-
30
- uses: actions/setup-python@v5
31
with:
32
python-version: '3.10'
0 commit comments