Skip to content

Commit

Permalink
Update release-android-debug.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
huhuanming committed Jan 8, 2025
1 parent 09f8797 commit 767bd71
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions .github/workflows/release-android-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,6 @@ jobs:
node-version: [20.x]

steps:
- name: Free Disk Space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
android: true
dotnet: false
haskell: false
large-packages: false
docker-images: false
swap-storage: false

- name: Checkout Source Code
uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -129,4 +118,13 @@ jobs:
name: release-huawei-debug
path: |
./apps/mobile/android/app/build/outputs/apk/huawei/debug
- name: Free Disk Space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
android: true
dotnet: false
haskell: false
large-packages: false
docker-images: false
swap-storage: false

0 comments on commit 767bd71

Please sign in to comment.