Skip to content

Commit e16df82

Browse files
authored
Update games.yml
1 parent 84af61b commit e16df82

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/games.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ on:
1515
description: "Time control (e.g. 60+0.5 or 10+0.1)"
1616
required: false
1717
default: "60+0.5"
18+
output_exec:
19+
description: "Executable output file name"
20+
required: false
21+
default: "chess_engine"
1822

1923
permissions:
2024
contents: write
@@ -71,7 +75,7 @@ jobs:
7175
uses: actions/upload-artifact@v4
7276
with:
7377
name: base-engine
74-
path: handcrafted/build/chess_engine
78+
path: handcrafted/build/${{ github.event.inputs.output_exec }}
7579

7680

7781
test:

0 commit comments

Comments
 (0)