Skip to content

Commit

Permalink
Release APK GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
FarhanJ2 committed May 31, 2024
1 parent 0e73c84 commit 734c5ef
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,14 @@ jobs:
with:
name: app-release.apk
path: android/app/build/outputs/apk/release/
release-android:
name: Create Android Release
runs-on: ubuntu-latest
needs: build-android
steps:
- name: Download artifact
uses: actions/download-artifact@v3
with:
name: app-release.apk
- name: Test artifact download
run: ls -R

0 comments on commit 734c5ef

Please sign in to comment.