Skip to content

Commit

Permalink
Replace gradle-build-action with setup-gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaakko committed Feb 2, 2024
1 parent 37c6d1e commit 86af783
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
string: ${{ matrix.version }}
- name: Build debug APK
uses: gradle/[email protected]
uses: gradle/actions/setup-gradle@v3
with:
arguments: assemble${{ steps.capitalize-version.outputs.capitalized }}Debug
- name: Upload debug APK as artifact
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
distribution: 'temurin'
java-version: '17'
- name: Set up Gradle build action
uses: gradle/[email protected]
uses: gradle/actions/setup-gradle@v3
- name: Get version name
id: get-version
run: echo "VERSION_NAME=$(./gradlew -q printVersionName)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 86af783

Please sign in to comment.