Skip to content

Commit

Permalink
enable android build in template workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
duddel committed Sep 12, 2024
1 parent aabef6c commit 0a78db7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions init/template/.github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
#yourgame_platform: [desktop, web, android]
yourgame_platform: [desktop, web] # ToDo: fix android
yourgame_platform: [desktop, web, android]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0a78db7

Please sign in to comment.