Skip to content

Commit 1859905

Browse files
authored
Merge branch 'main' into feature/sample-upgrade
2 parents cc9449e + 775d237 commit 1859905

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# - StandaloneWindows64 # Build a Windows 64-bit standalone.
1919
# - StandaloneLinux64 # Build a Linux 64-bit standalone.
2020
# - iOS # Build an iOS player.
21-
# - Android # Build an Android .apk standalone app.
21+
- Android # Build an Android .apk standalone app.
2222
- WebGL # WebGL.
2323
steps:
2424
- if: matrix.targetPlatform == 'Android' || matrix.targetPlatform == 'WebGL'
@@ -65,4 +65,4 @@ jobs:
6565
vercel-token: ${{ secrets.VERCEL_TOKEN }}
6666
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
6767
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }}
68-
working-directory: Build/WebGL/WebGL
68+
working-directory: Build/WebGL/WebGL

0 commit comments

Comments
 (0)