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