Skip to content

Commit

Permalink
free up disk space prior to SDK package creation
Browse files Browse the repository at this point in the history
  • Loading branch information
takdeveloper committed Dec 7, 2020
1 parent b8ee7e4 commit 4429a31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
sudo apt-get install cmake
sudo apt-get install swig
sudo apt-get install tclsh
sudo apt-get clean
echo "ANDROID_COMPILE_SDK=29" >> $GITHUB_ENV
echo "ANDROID_BUILD_TOOLS=29.0.3" >> $GITHUB_ENV
echo "ANDROID_SDK_TOOLS=4333796" >> $GITHUB_ENV
Expand Down Expand Up @@ -84,6 +85,8 @@ jobs:
bash ./gradlew assembleCivSdk
- name: generate ATAK CIV SDK package
run: |
rm -rf takthirdparty
rm -rf takengine
rm -rf pluginsdk/
unzip -qq pluginsdk.zip
cp ./atak/ATAK/app/build/outputs/apk/civ/sdk/*-sdk.apk ./pluginsdk/atak.apk
Expand Down

0 comments on commit 4429a31

Please sign in to comment.