Skip to content

Commit

Permalink
refactor: delete more folders to gain space
Browse files Browse the repository at this point in the history
(im dumb)
  • Loading branch information
GramingFoxTeam committed Jul 15, 2023
1 parent 4a800f2 commit 50f4f99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
npm i
rm -rf .git
rm -rf apps
rm -rf androidApp
- name: Install TizenTube Mods modules and Build it
working-directory: androidApp/app/src/main/assets/tizentube/mods
Expand All @@ -55,7 +56,7 @@ jobs:
working-directory: androidApp/
run: |
chmod +x ./gradlew
./gradlew build
./gradlew assembleDebug
- name: Upload Release Build to Artifacts
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion androidApp/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
targetSdk 26
compileSdk 33
versionCode 1
versionName "1.0.1"
versionName "1.0.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
externalNativeBuild {
Expand Down

0 comments on commit 50f4f99

Please sign in to comment.