Skip to content

Commit

Permalink
【测试】Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
Yorick-Ryu committed Sep 29, 2024
1 parent 121b9ce commit e7bd974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
with:
version: '8.4' # Specify the Gradle version you want to use
gradle-version: 8.4
- name: Build with Gradle
run: ./gradlew build
- name: Sign app APK
Expand Down

0 comments on commit e7bd974

Please sign in to comment.