mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-24 00:33:14 +00:00
fix windows file extension
This commit is contained in:
parent
5bf7647cba
commit
2c6a5ca971
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -62,13 +62,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
id: windows_arm64_gui
|
id: windows_arm64_gui
|
||||||
cmd: make windows_arm64_gui
|
cmd: make windows_arm64_gui
|
||||||
out: out/windows_arm64_gui/yarr.app
|
out: out/windows_arm64_gui/yarr.exe
|
||||||
- name: Build amd64 gui
|
- name: Build amd64 gui
|
||||||
uses: ./.github/actions/prepare
|
uses: ./.github/actions/prepare
|
||||||
with:
|
with:
|
||||||
id: windows_amd64_gui
|
id: windows_amd64_gui
|
||||||
cmd: make windows_amd64_gui
|
cmd: make windows_amd64_gui
|
||||||
out: out/windows_amd64_gui/yarr.app
|
out: out/windows_amd64_gui/yarr.exe
|
||||||
- name: Build arm64
|
- name: Build arm64
|
||||||
uses: ./.github/actions/prepare
|
uses: ./.github/actions/prepare
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user