Skip to content

Commit

Permalink
Fix android Gradle task
Browse files Browse the repository at this point in the history
  • Loading branch information
Deaths-Door committed Jul 7, 2024
1 parent ecada1d commit 20b8e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- run: chmod +x gradlew

- name: Build Android
run: ./gradlew astroplayer-core:build astroplayer-ui:build
run: ./gradlew astroplayer-core:assemble astroplayer-ui:assemble

Desktop:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 20b8e8f

Please sign in to comment.