Skip to content

Commit

Permalink
Migrate to gradle/actions/setup-gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMarquis authored Jan 31, 2024
1 parent 5a58afb commit 66755df
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,11 @@ jobs:
with:
java-version: 17
distribution: 'temurin'
- uses: gradle/actions/setup-gradle@ec92e829475ac0c2315ea8f9eced72db85bb337a # v3.0.0
- name: Check
uses: gradle/gradle-build-action@3b1b3b9a2104c2b47fbae53f3938079c00c9bb87 # v3.0.0
with:
arguments: check --stacktrace
run: ./gradlew check --stacktrace
- name: Assemble
uses: gradle/gradle-build-action@3b1b3b9a2104c2b47fbae53f3938079c00c9bb87 # v3.0.0
with:
arguments: assembleDebug bundleDebug --stacktrace
run: ./gradlew assembleDebug bundleDebug --stacktrace
- name: Upload APK
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 66755df

Please sign in to comment.