[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:
commit
31fdd9dc65
2 changed files with 3 additions and 2 deletions
2
.github/workflows/auth-release.yml
vendored
2
.github/workflows/auth-release.yml
vendored
|
@ -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:
|
||||
|
|
|
@ -23,5 +23,4 @@ startup_notify: false
|
|||
#
|
||||
# include:
|
||||
# - libcurl.so.4
|
||||
include:
|
||||
- libffi.so.7
|
||||
include: []
|
||||
|
|
Loading…
Add table
Reference in a new issue