diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 66de554..0877f3b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,8 +36,7 @@ jobs: UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }} UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }} with: - targetPlatform: StandaloneWindows64 - targetPlatform: Android + targetPlatform: [StandaloneWindows64, Android] # Output - uses: actions/upload-artifact@v2