Skip to content

Commit

Permalink
Maybe Debug APK? v2
Browse files Browse the repository at this point in the history
  • Loading branch information
XyperCode committed Apr 2, 2024
1 parent 6c5c82e commit 268cf3b
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 @@ -29,7 +29,7 @@ jobs:
- name: Make gradle wrapper executable
run: chmod +x ./gradlew
- name: Build
run: ./gradlew :android:packageRelease
run: ./gradlew :android:packageDebug
env:
USERNAME: ${{ github.actor }}
TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 268cf3b

Please sign in to comment.