Skip to content

Commit 44f1108

Browse files
Use windows for windows release
1 parent 622b858 commit 44f1108

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,14 @@ jobs:
2525
- build: linux
2626
os: ubuntu-latest
2727
target: x86_64-unknown-linux-gnu
28-
bin: pippo
2928

3029
- build: macos_x86_64
3130
os: macos-latest
3231
target: x86_64-apple-darwin
33-
bin: pippo
3432

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
3936

4037
steps:
4138
- uses: actions/checkout@v4
@@ -47,7 +44,7 @@ jobs:
4744
with:
4845
# (required) Comma-separated list of binary names (non-extension portion of filename) to build and upload.
4946
# Note that glob pattern is not supported yet.
50-
bin: ${{ matrix.bin }}
47+
bin: pippo
5148
# (optional) Target triple, default is host triple.
5249
# This is optional but it is recommended that this always be set to
5350
# clarify which target you are building for if macOS is included in

0 commit comments

Comments
 (0)