mirror of
https://github.com/rainloreley/artnet-usbdmx-converter.git
synced 2024-11-22 10:23:01 +01:00
added macos target
This commit is contained in:
parent
ee80843c5f
commit
361d4c4f7f
|
@ -9,7 +9,7 @@ jobs:
|
||||||
runs-on: ${{ matrix.runner }}
|
runs-on: ${{ matrix.runner }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
runner: [ macos-latest, windows-latest ]
|
runner: [ macos-latest ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
|
@ -16,7 +16,8 @@
|
||||||
"node_modules/figlet/fonts/Standard.flf"
|
"node_modules/figlet/fonts/Standard.flf"
|
||||||
],
|
],
|
||||||
"targets": [
|
"targets": [
|
||||||
"node16.16.0-win-x64"
|
"node16.16.0-win-x64",
|
||||||
|
"node16.16.0-macos-x64"
|
||||||
],
|
],
|
||||||
"outputPath": "out/"
|
"outputPath": "out/"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user