Skip to content

Commit

Permalink
Fix gradle build action
Browse files Browse the repository at this point in the history
  • Loading branch information
lrdcxdes committed Aug 12, 2023
1 parent 5c3c4cb commit 9c36812
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/generate-apk-aab-debug-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,4 @@ jobs:
name: LFilms v${{ env.VERSION_NAME }}
path: app/build/outputs/apk/release/app-release.apk

- name: Create release and upload apk
uses: underwindfall/create-release-with-debugapk@v2.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v${{ env.VERSION_NAME }}
asset_path: app/build/outputs/apk/release/app-release.apk
asset_name: app-release.apk
asset_content_type: application/vnd.android.package-archive

0 comments on commit 9c36812

Please sign in to comment.