We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 498091c commit 57c7656Copy full SHA for 57c7656
.github/workflows/release.yml
@@ -8,8 +8,13 @@ jobs:
8
build:
9
strategy:
10
matrix:
11
- os: [windows-latest, ubuntu-latest, macos-latest]
12
- artifact_name: [windows, linux, macos]
+ include:
+ - os: windows-latest
13
+ artifact_name: windows
14
+ - os: ubuntu-latest
15
+ artifact_name: linux
16
+ - os: macos-latest
17
+ artifact_name: macos
18
runs-on: ${{ matrix.os }}
19
steps:
20
- uses: actions/checkout@v4
0 commit comments