Skip to content

Commit 88c2b77

Browse files
committed
fix
1 parent 4d7367d commit 88c2b77

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/snapshot-release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and publish unstable snapshot release
1+
name: Build & publish snapshot release
22

33
# Based on https://github.com/refined-github/refined-github/blob/5cda3447bf80cca0c64ae5eb79779ecd62fec18e/.github/workflows/release.yml#L30-L32
44

@@ -50,6 +50,8 @@ jobs:
5050

5151
- name: Assemble F-Droid APK
5252
run: ./gradlew :app:assembleFdroidRelease --stacktrace
53+
env:
54+
ANDROID_HOME: /usr/lib/android-sdk
5355

5456
- name: Add Dropbox app identifier
5557
shell: bash
@@ -59,9 +61,13 @@ jobs:
5961
6062
- name: Assemble "premium" APK
6163
run: ./gradlew :app:assemblePremiumRelease --stacktrace
64+
env:
65+
ANDROID_HOME: /usr/lib/android-sdk
6266

6367
- name: Assemble "premium" AAB
6468
run: ./gradlew :app:bundlePremiumRelease --stacktrace
69+
env:
70+
ANDROID_HOME: /usr/lib/android-sdk
6571

6672
- name: Sign F-Droid APK
6773
run: /apksigner-user-wrapper.sh ./app/build/outputs/apk/fdroid/release/*.apk ./orgzly-revived-fdroid-${{ env.VERSION }}.apk

0 commit comments

Comments
 (0)