Skip to content

Commit d4472c5

Browse files
fix. workflow
1 parent 9612617 commit d4472c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: echo "COMMIT_HASH=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
3838

3939
- name: Build with Gradle
40-
run: ./gradlew assembleRelease && mv app/build/outputs/apk/release/*.apk app/reterminal-${{ env.COMMIT_HASH }}.apk
40+
run: ./gradlew assembleFdroidRelease && mv app/build/outputs/apk/Fdroid/release/*.apk app/reterminal-${{ env.COMMIT_HASH }}.apk
4141
env:
4242
KEYSTORE_FILE: /tmp/xed.keystore
4343
SIGNING_PROPERTIES_FILE: /tmp/signing.properties

0 commit comments

Comments
 (0)