Skip to content

Commit 206356e

Browse files
committed
fix
1 parent 88c2b77 commit 206356e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/snapshot-release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ jobs:
4848
- name: Setup Gradle
4949
uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0.0
5050

51+
- name: Setup build tool version variable
52+
shell: bash
53+
run: |
54+
BUILD_TOOL_VERSION=$(ls /usr/local/lib/android/sdk/build-tools/ | tail -n 1)
55+
echo "BUILD_TOOL_VERSION=$BUILD_TOOL_VERSION" >> $GITHUB_ENV
56+
echo Last build tool version is: $BUILD_TOOL_VERSION
57+
5158
- name: Assemble F-Droid APK
5259
run: ./gradlew :app:assembleFdroidRelease --stacktrace
5360
env:

0 commit comments

Comments
 (0)