mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Don’t assemble APK as superuser
This commit is contained in:
4
.github/workflows/build_debug_apk.yml
vendored
4
.github/workflows/build_debug_apk.yml
vendored
@@ -20,9 +20,9 @@ jobs:
|
||||
- name: Grant execution permission to Gradle Wrapper
|
||||
run: chmod +x gradlew
|
||||
- name: Build debug APK
|
||||
run: sudo ./gradlew assembleLawnWithQuickstepDebug
|
||||
run: ./gradlew assembleLawnWithQuickstepDebug
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Lawnchair
|
||||
path: build/outputs/apk/lawnWithQuickstep/debug/**.apk
|
||||
path: build/outputs/apk/lawnWithQuickstep/debug/**.apk
|
||||
|
||||
Reference in New Issue
Block a user