Add more targets and base artifacts on targets
This commit is contained in:
@@ -79,8 +79,12 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
targetPlatform:
|
targetPlatform:
|
||||||
- StandaloneOSX
|
- StandaloneOSX
|
||||||
|
- StandaloneWindows
|
||||||
- StandaloneWindows64
|
- StandaloneWindows64
|
||||||
- StandaloneLinux64
|
- StandaloneLinux64
|
||||||
|
- iOS
|
||||||
|
- Android
|
||||||
|
- WebGL
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
@@ -100,5 +104,5 @@ jobs:
|
|||||||
targetPlatform: ${{ matrix.targetPlatform }}
|
targetPlatform: ${{ matrix.targetPlatform }}
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: Build
|
name: Build-${{ matrix.targetPlatform }}
|
||||||
path: build
|
path: build
|
||||||
|
|||||||
Reference in New Issue
Block a user