Skip to content

Commit

Permalink
Update gradle/actions/setup-gradle action to v3 (#2)
Browse files Browse the repository at this point in the history
* Update gradle/gradle-command-action action to v3

* Update build_app.yml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: AntsyLich <[email protected]>
  • Loading branch information
renovate[bot] and AntsyLich authored Feb 6, 2024
1 parent afa5f9f commit fce268f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,11 @@ jobs:
| jq -r '.[]|"- \(.message | first) (@\(.username))"')
{delimiter}" >> $GITHUB_ENV
- name: Set up gradle
uses: gradle/actions/setup-gradle@v3

- name: Build APK
uses: gradle/gradle-command-action@v2
with:
arguments: assembleStandardPreview
run: ./gradlew assembleStandardPreview

- name: Sign APK
uses: r0adkll/sign-android-release@v1
Expand Down

0 comments on commit fce268f

Please sign in to comment.