[FIX] Libffi error for appimage (#1203)

Auth desktop linux build fix + Playstore aab shouldn't be created if
nightly or beta
This commit is contained in:
Prateek Sunal 2024-03-25 23:47:34 +05:30 committed by GitHub
commit 31fdd9dc65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -72,6 +72,8 @@ jobs:
SIGNING_STORE_PASSWORD: ${{ secrets.SIGNING_STORE_PASSWORD }}
- name: Build PlayStore AAB
# disable this step if release tag contains nightly or beta
if: startsWith(github.ref, 'refs/tags/auth-v') && !contains(github.ref, 'nightly') && !contains(github.ref, 'beta')
run: |
flutter build appbundle --release --flavor playstore --dart-define=app.flavor=playstore
env:

View file

@ -23,5 +23,4 @@ startup_notify: false
#
# include:
# - libcurl.so.4
include:
- libffi.so.7
include: []