mirror of
https://github.com/MoonLeeeaf/FuckMaoNemo.git
synced 2025-06-06 11:23:33 +08:00
chore: CI
This commit is contained in:
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@@ -23,4 +23,11 @@ jobs:
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew build
|
||||
run: |
|
||||
./gradlew assembleDebug
|
||||
echo "APK_FILE=app/build/outputs/apk/debug/app-debug.apk" >> $GITHUB_ENV
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
path: ${{ env.APK_FILE }}
|
||||
name: FuckMaoNemo-${{ github.event.head_commit.id }}.apk
|
||||
|
||||
Reference in New Issue
Block a user