Skip to content

Commit

Permalink
💚 fix: testing adding the .apk to the release
Browse files Browse the repository at this point in the history
  • Loading branch information
bytevictor committed Mar 29, 2024
1 parent 7af0e24 commit 4365d69
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/create-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,15 @@ jobs:
release_name: Release ${{ steps.version.outputs.VERSION }}
draft: false
prerelease: true
- name: Upload Release Asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
with:
asset_path: ./android/app/build/outputs/apk/debug/app-release.apk
asset_name: app-release.apk
asset_content_type: application/vnd.android.package-archive

# - name: Build Release
# shell: bash
Expand Down

0 comments on commit 4365d69

Please sign in to comment.