Skip to content

Commit

Permalink
Update build-f-droid-apk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Feb 8, 2024
1 parent 10546f0 commit 47d9553
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/build-f-droid-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Build FDroid APK
on:
workflow_dispatch:
push:
branches:
- master
tags:
- 'fdroid-v*.*.*'
paths-ignore:
Expand Down Expand Up @@ -84,11 +82,9 @@ jobs:
- name: Build by eject eas
run: npx expo prebuild -p android --clean
# - name: Build APK use react-native build
# run: npx react-native build-android --mode=release

# - name: Remove prorietary bits (for fix f-droid)
# run: npx zx scripts/fit-f-droid.mjs
- name: Remove prorietary bits (for fix f-droid)
run: npx zx scripts/fit-f-droid.mjs

- name: Build apk
run: |
Expand Down Expand Up @@ -117,6 +113,6 @@ jobs:
with:
draft: true
generate_release_notes: true
files: android/app/build/outputs/apk/release/app-release-signed.apk
files: android/app/build/outputs/apk/release/*.apk
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 47d9553

Please sign in to comment.