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