You've already forked KsuWebUIStandalone
mirror of
https://github.com/5ec1cff/KsuWebUIStandalone.git
synced 2025-09-06 06:37:11 +00:00
actions: cleanup
and `compression-level: 9`
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -10,6 +10,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
@@ -38,12 +39,9 @@ jobs:
|
||||
|
||||
- name: Setup Gradle
|
||||
uses: gradle/actions/setup-gradle@v4
|
||||
with:
|
||||
gradle-home-cache-cleanup: true
|
||||
|
||||
- name: Build with Gradle
|
||||
run: |
|
||||
chmod +x ./gradlew
|
||||
./gradlew assemble
|
||||
|
||||
- name: Upload release
|
||||
@@ -51,15 +49,18 @@ jobs:
|
||||
with:
|
||||
name: "KsuWebUI-release"
|
||||
path: "./app/build/outputs/apk/release/*.apk"
|
||||
compression-level: 9
|
||||
|
||||
- name: Upload release mapping
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: "KsuWebUI-release-mappings"
|
||||
path: "./app/build/outputs/mapping/release"
|
||||
compression-level: 9
|
||||
|
||||
- name: Upload debug
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: "KsuWebUI-debug"
|
||||
path: "./app/build/outputs/apk/debug/*.apk"
|
||||
compression-level: 9
|
||||
|
||||
Reference in New Issue
Block a user