Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
JustYuuto committed Nov 22, 2024
1 parent 671f4c2 commit 6888818
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,12 @@ jobs:
java-version: 17
distribution: 'temurin'

- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Build with Gradle
run: ./gradlew build
run: cd android && ./gradlew assembleRelease

- name: Upload APK
uses: actions/upload-artifact@v4
with:
name: app
path: android/app/build/outputs/apk/release/app-release.apk
if-no-files-found: error
Empty file modified android/gradlew
100644 → 100755
Empty file.

0 comments on commit 6888818

Please sign in to comment.