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 0e3c787 commit 353fa5eCopy full SHA for 353fa5e
1 file changed
.github/workflows/publish-release.yml
@@ -10,17 +10,26 @@ jobs:
10
strategy:
11
matrix:
12
os:
13
- - ubuntu-latest
14
- ubuntu-latest
15
- windows-latest
16
- macos-latest
17
- - macos-latest
18
platforms:
19
- linux
20
- android
21
- windows
22
- ios
23
- macos
+ include:
+ - os: ubuntu-latest
24
+ platforms: linux
25
26
+ platforms: android
27
+ - os: windows-latest
28
+ platforms: windows
29
+ - os: macos-latest
30
+ platforms: ios
31
32
+ platforms: macos
33
runs-on: ${{ matrix.os }}
34
steps:
35
- uses: actions/checkout@v3
0 commit comments