Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33078749
D8690.1768450637.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
713 B
Referenced Files
None
Subscribers
None
D8690.1768450637.diff
View Options
diff --git a/.github/workflows/android_ci.yml b/.github/workflows/android_ci.yml
--- a/.github/workflows/android_ci.yml
+++ b/.github/workflows/android_ci.yml
@@ -47,3 +47,6 @@
env:
ANDROID_SIGNING_PASSWORD: ${{secrets.ANDROID_SIGNING_PASSWORD}}
run: ./gradlew bundleRelease
+
+ - name: Disk Usage
+ run: df -h
diff --git a/.github/workflows/android_release.yml b/.github/workflows/android_release.yml
--- a/.github/workflows/android_release.yml
+++ b/.github/workflows/android_release.yml
@@ -58,3 +58,6 @@
- name: Upload to Google Play
working-directory: ./native/android
run: node upload-aab.js
+
+ - name: Disk Usage
+ run: df -h
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 15, 4:17 AM (7 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5935878
Default Alt Text
D8690.1768450637.diff (713 B)
Attached To
Mode
D8690: [GH Actions] Add "Disk Usage" step to Android workflows
Attached
Detach File
Event Timeline
Log In to Comment