Skip to content

Commit 1d122d5

Browse files
committed
Fix executable paths.
1 parent ee73969 commit 1d122d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
# - { platform: linux, arch: x86_32, os: ubuntu-22.04 }
1818
# - { platform: linux, arch: arm64, os: ubuntu-22.04-arm }
1919
# - { platform: linux, arch: arm32, os: ubuntu-22.04-arm }
20-
- { platform: windows, arch: x86_64, os: windows-latest, executable-name: "monoteny" }
20+
- { platform: windows, arch: x86_64, os: windows-latest, executable-name: "monoteny.exe" }
2121
# - { platform: windows, arch: x86_32, os: windows-latest }
2222
# - { platform: windows, arch: arm64, os: windows-latest }
23-
- { platform: macos, arch: universal, os: macos-latest, executable-name: "monoteny.exe" }
23+
- { platform: macos, arch: universal, os: macos-latest, executable-name: "monoteny" }
2424

2525
runs-on: ${{ matrix.target.os }}
2626

0 commit comments

Comments
 (0)