We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84af61b commit e16df82Copy full SHA for e16df82
1 file changed
.github/workflows/games.yml
@@ -15,6 +15,10 @@ on:
15
description: "Time control (e.g. 60+0.5 or 10+0.1)"
16
required: false
17
default: "60+0.5"
18
+ output_exec:
19
+ description: "Executable output file name"
20
+ required: false
21
+ default: "chess_engine"
22
23
permissions:
24
contents: write
@@ -71,7 +75,7 @@ jobs:
71
75
uses: actions/upload-artifact@v4
72
76
with:
73
77
name: base-engine
74
- path: handcrafted/build/chess_engine
78
+ path: handcrafted/build/${{ github.event.inputs.output_exec }}
79
80
81
test:
0 commit comments