mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
chore: try use include
This commit is contained in:
parent
f5fba04097
commit
3b87511f48
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -15,7 +15,13 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
platform: [ubuntu-latest, macos-latest, windows-latest]
|
platform: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
alias: [linux, mac, win]
|
include:
|
||||||
|
- platform: ubuntu-latest
|
||||||
|
alias: linux
|
||||||
|
- platform: macos-latest
|
||||||
|
alias: mac
|
||||||
|
- platform: windows-latest
|
||||||
|
alias: win
|
||||||
|
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user