Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thewizrd authored Aug 31, 2023
1 parent 701e3f1 commit b493c2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Upload debug APK
uses: actions/upload-artifact@v3
with:
name: ${{ env.date_today }} - APK(s) debug generated
name: ${{ env.module }}-${{ env.variant }}-${{ env.date_today }}-debug.apk
path: ${{ env.module }}/build/outputs/apk/${{ env.variant }}/debug/${{ env.module }}-${{ env.variant }}-debug.apk
release:
name: Release APK
Expand All @@ -63,5 +63,5 @@ jobs:
- name: Upload release APK
uses: actions/upload-artifact@v3
with:
name: ${{ env.date_today }} - APK(s) debug generated
name: ${{ env.module }}-${{ env.variant }}-${{ env.date_today }}-release.apk
path: ${{ env.module }}/build/outputs/apk/${{ env.variant }}/release/${{ env.module }}-${{ env.variant }}-release.apk

0 comments on commit b493c2b

Please sign in to comment.