From b39741a0db381c39a69e485d172fb209216b466d Mon Sep 17 00:00:00 2001 From: Gabriel Le Breton Date: Tue, 26 Jan 2021 13:08:23 -0500 Subject: [PATCH] Add more targets and base artifacts on targets --- .github/workflows/main.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e792e14..2f01e00 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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