Skip to content

Commit

Permalink
Update and rename android.yml to android-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaynikhare authored Jun 4, 2024
1 parent f423f51 commit ae1ce34
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Android Build and Release
name: FireVisionIPTV - Android Build and Release

on:
push:
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASE_ID: ${{ env.release_id }}
run: |
upload_url="https://uploads.github.com/repos/${{ github.repository }}/releases/$RELEASE_ID/assets?name=app-v${{ env.version }}.apk"
upload_url="https://uploads.github.com/repos/${{ github.repository }}/releases/$RELEASE_ID/assets?name=FireVisionIPTV-v${{ env.version }}.apk"
asset_path=./app/build/outputs/apk/release/app-release-unsigned.apk
curl -X POST \
Expand Down

0 comments on commit ae1ce34

Please sign in to comment.