Skip to content

Commit

Permalink
Fix build step
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinpaypal committed Sep 28, 2023
1 parent 17391b8 commit c2c6b0a
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 @@ -23,6 +23,6 @@ jobs:

# Only library assets are needed, so the -p (project) flag is used
- name: Build with Gradle
run: ./gradlew -p library assemble
run: ./gradlew :library:assemble

- run: echo "Build status report=${{ job.status }}."

0 comments on commit c2c6b0a

Please sign in to comment.