File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,17 @@ jobs:
25
25
- build : linux
26
26
os : ubuntu-latest
27
27
target : x86_64-unknown-linux-gnu
28
+ bin : pippo
28
29
29
30
- build : macos_x86_64
30
31
os : macos-latest
31
32
target : x86_64-apple-darwin
33
+ bin : pippo
32
34
33
35
- build : windows-gnu
34
36
os : ubuntu-latest
35
37
target : x86_64-pc-windows-gnu
38
+ bin : pippo.exe
36
39
37
40
steps :
38
41
- uses : actions/checkout@v4
44
47
with :
45
48
# (required) Comma-separated list of binary names (non-extension portion of filename) to build and upload.
46
49
# Note that glob pattern is not supported yet.
47
- bin : pippo,pippo.exe
50
+ bin : ${{ matrix.bin }}
48
51
# (optional) Target triple, default is host triple.
49
52
# This is optional but it is recommended that this always be set to
50
53
# clarify which target you are building for if macOS is included in
You can’t perform that action at this time.
0 commit comments