This repository was archived by the owner on Jan 11, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 name : ${{ matrix.os }}
2828 path : result/bin/elkhound
2929 windows-build :
30- name : windows build
3130 runs-on : windows-2022
3231 steps :
3332 - name : Checkout the code
6968 ninja
7069 - uses : actions/upload-artifact@v4
7170 with :
72- name : windows -elkhound
71+ name : win -elkhound
7372 path : build/elkhound/elkhound.exe
7473 release :
7574 name : release
@@ -82,21 +81,22 @@ jobs:
8281 - uses : actions/download-artifact@main
8382 with :
8483 name : macos-latest
85- path : mac -elkhound
84+ path : macos -elkhound
8685 - uses : actions/download-artifact@main
8786 with :
8887 name : ubuntu-latest
89- path : lin -elkhound
88+ path : linux -elkhound
9089 - uses : actions/download-artifact@main
9190 with :
9291 name : win-elkhound
9392 path : win-elkhound
9493 - run : |
95- mac-elkhound/elkhound mac-elkhound
96- mv lin-elkhound/elkhound lin-elkhound
94+ mv macos-elkhound/elkhound mac-elkhound
95+ mv linux-elkhound/elkhound lin-elkhound
96+ mv win-elkhound/elkhound.exe elkhound.exe
9797 - name : Create Release
9898 id : create_release
9999 uses : ncipollo/release-action@main
100100 with :
101101 generateReleaseNotes : true
102- artifacts : " lin-elkhound,mac-elkhound,win-elkhound/ elkhound.exe"
102+ artifacts : " lin-elkhound,mac-elkhound,elkhound.exe"
You can’t perform that action at this time.
0 commit comments