mirror of
https://github.com/Nezumi-2711/Foodify.git
synced 2026-09-22 20:00:50 +00:00
Update generate-apk-aab-debug-release.yml
This commit is contained in:
@@ -38,10 +38,6 @@ jobs:
|
||||
- name: Change wrapper permissions
|
||||
run: chmod +x ./gradlew
|
||||
|
||||
# Run Tests Build
|
||||
- name: Run gradle tests
|
||||
run: ./gradlew test
|
||||
|
||||
# Run Build Project
|
||||
- name: Build gradle project
|
||||
run: ./gradlew build
|
||||
@@ -56,4 +52,4 @@ jobs:
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: ${{ env.date_today }} - ${{ env.playstore_name }} - ${{ env.repository_name }} - APK(s) debug generated
|
||||
path: ${{ env.main_project_module }}/build/outputs/apk/debug/
|
||||
path: ${{ env.main_project_module }}/build/outputs/apk/debug/
|
||||
|
||||
Reference in New Issue
Block a user