fix workflow composite action

This commit is contained in:
nkanaev 2025-03-20 23:49:36 +00:00
parent 749d7b682e
commit 9cba4e8deb
2 changed files with 11 additions and 11 deletions

View File

@ -18,25 +18,25 @@ jobs:
with: with:
go-version: '^1.18' go-version: '^1.18'
- name: Build arm64 gui - name: Build arm64 gui
uses: ./.github/actions/build.yml uses: ./.github/actions/prepare
with: with:
id: darwin_arm64_gui id: darwin_arm64_gui
cmd: make darwin_arm64_gui cmd: make darwin_arm64_gui
out: out/darwin_arm64_gui/yarr.app out: out/darwin_arm64_gui/yarr.app
- name: Build amd64 gui - name: Build amd64 gui
uses: ./.github/actions/build.yml uses: ./.github/actions/prepare
with: with:
id: darwin_amd64_gui id: darwin_amd64_gui
cmd: make darwin_amd64_gui cmd: make darwin_amd64_gui
out: out/darwin_amd64_gui/yarr.app out: out/darwin_amd64_gui/yarr.app
- name: Build arm64 - name: Build arm64
uses: ./.github/actions/build.yml uses: ./.github/actions/prepare
with: with:
id: darwin_arm64 id: darwin_arm64
cmd: make darwin_arm64 cmd: make darwin_arm64
out: out/darwin_arm64/yarr out: out/darwin_arm64/yarr
- name: Build amd64 - name: Build amd64
uses: ./.github/actions/build.yml uses: ./.github/actions/prepare
with: with:
id: darwin_amd64 id: darwin_amd64
cmd: make darwin_amd64 cmd: make darwin_amd64
@ -57,25 +57,25 @@ jobs:
with: with:
version: 0.14.0 version: 0.14.0
- name: Build arm64 gui - name: Build arm64 gui
uses: ./.github/actions/build.yml uses: ./.github/actions/prepare
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.app
- name: Build amd64 gui - name: Build amd64 gui
uses: ./.github/actions/build.yml 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.app
- name: Build arm64 - name: Build arm64
uses: ./.github/actions/build.yml uses: ./.github/actions/prepare
with: with:
id: windows_arm64 id: windows_arm64
cmd: make windows_arm64 cmd: make windows_arm64
out: out/windows_arm64/yarr out: out/windows_arm64/yarr
- name: Build amd64 - name: Build amd64
uses: ./.github/actions/build.yml uses: ./.github/actions/prepare
with: with:
id: windows_amd64 id: windows_amd64
cmd: make windows_amd64 cmd: make windows_amd64
@ -96,19 +96,19 @@ jobs:
with: with:
version: 0.14.0 version: 0.14.0
- name: Build amd64 - name: Build amd64
uses: ./.github/actions/build.yml uses: ./.github/actions/prepare
with: with:
id: windows_amd64 id: windows_amd64
cmd: make windows_amd64 cmd: make windows_amd64
out: out/windows_amd64/yarr out: out/windows_amd64/yarr
- name: Build arm64 - name: Build arm64
uses: ./.github/actions/build.yml uses: ./.github/actions/prepare
with: with:
id: windows_arm64 id: windows_arm64
cmd: make windows_arm64 cmd: make windows_arm64
out: out/windows_arm64/yarr out: out/windows_arm64/yarr
- name: Build armv7 - name: Build armv7
uses: ./.github/actions/build.yml uses: ./.github/actions/prepare
with: with:
id: windows_armv7 id: windows_armv7
cmd: make windows_armv7 cmd: make windows_armv7