Skip to content

Commit

Permalink
chore: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MoonLeeeaf committed Jun 7, 2024
1 parent 301bf66 commit 2905ed9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 21 deletions.
20 changes: 0 additions & 20 deletions .androidide/editor/openedFiles.json

This file was deleted.

9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2905ed9

Please sign in to comment.