Skip to content

Commit

Permalink
(Hopefully) address issues with Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
julieminer authored Aug 29, 2024
1 parent 06a0f22 commit 112aef8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
with:
gradlePath: app/build.gradle # or app/build.gradle.kts
versionCode: ${{github.run_number}}
- name: Build Release APK
- name: Build Debug APK
run: ./gradlew assembleDebug
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
generate_release_notes: true
token: ${{ secrets.TOKEN }}

files: |
app/build/outputs/apk/debug/app-debug.apk

0 comments on commit 112aef8

Please sign in to comment.