Skip to content

Commit

Permalink
Reinstate clean, maybe it was the reason for failing
Browse files Browse the repository at this point in the history
  • Loading branch information
Zverik committed May 8, 2024
1 parent d3509db commit 8e87e4b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ jobs:
with:
java-version: '21'
distribution: 'adopt'
- run: curl -L https://textual.ru/presets.db -o assets/presets.db
- run: echo '{}' > lib/l10n/app_zh.arb
- run: vendor/flutter/bin/flutter clean
- run: vendor/flutter/bin/flutter pub get
- run: curl -L https://textual.ru/presets.db -o assets/presets.db
name: Download presets database
- run: vendor/flutter/bin/flutter test
- run: vendor/flutter/bin/flutter build apk --flavor beta
- uses: noriban/sign-android-release@v5
Expand Down

0 comments on commit 8e87e4b

Please sign in to comment.