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 6fd6ef4 commit 5c3c4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-apk-aab-debug-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Upload APK Release
uses: actions/upload-artifact@v3
with:
name: notification_tracker
name: LFilms v${{ env.VERSION_NAME }}
path: app/build/outputs/apk/release/app-release.apk

- name: Create release and upload apk
Expand Down

0 comments on commit 5c3c4cb

Please sign in to comment.