Skip to content

Commit

Permalink
fuck github
Browse files Browse the repository at this point in the history
  • Loading branch information
detherminal committed Oct 2, 2024
1 parent a53dfd5 commit 16a1e5a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ jobs:
- name: Build apk release project (APK) - ${{ env.main_project_module }} module
run: ./gradlew assemble -x lint

- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: true

# Noted For Output [main_project_module]/build/outputs/apk/release/
- name: Upload APK Release - ${{ env.repository_name }}
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 16a1e5a

Please sign in to comment.