Skip to content

Commit

Permalink
Update version in the CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
Zverik committed Feb 19, 2024
1 parent c97820e commit 44ca6a1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '11'
java-version: '17'
distribution: 'adopt'
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.10.x'
flutter-version: '3.16.x'
- run: curl https://textual.ru/presets.db -o assets/presets.db
- run: echo '{}' > lib/l10n/app_zh.arb
- run: flutter clean
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Rename APK
run: mv build/app/outputs/flutter-apk/app-release.apk build/app/outputs/flutter-apk/EveryDoor-$(git log -n 1 --format='%h').apk
- name: Archive APK
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: everydoor-apk
path: build/app/outputs/flutter-apk/EveryDoor*.apk
Expand Down

0 comments on commit 44ca6a1

Please sign in to comment.