Skip to content

Commit 10011ca

Browse files
authored
Merge pull request #4 from antheiz/master
ci: upgrade Flutter to 3.29.0 and rename APK output
2 parents c8667b2 + d4d42eb commit 10011ca

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/flutter-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Flutter
2323
uses: subosito/flutter-action@v2
2424
with:
25-
flutter-version: '3.27.1'
25+
flutter-version: '3.29.0'
2626
channel: 'stable'
2727

2828
- name: Install dependencies
@@ -40,11 +40,11 @@ jobs:
4040
- name: Rename APK File
4141
run: |
4242
mkdir -p build/renamed
43-
cp build/app/outputs/flutter-apk/app-release.apk build/renamed/kamus-bahasa-moy-${{ github.ref_name }}.apk
43+
cp build/app/outputs/flutter-apk/app-release.apk build/renamed/kamusbahasamoy-${{ github.ref_name }}.apk
4444
4545
- name: Upload APK to GitHub Releases
4646
uses: softprops/action-gh-release@v2
4747
with:
48-
files: build/renamed/kamus-bahasa-moy-${{ github.ref_name }}.apk
48+
files: build/renamed/kamusbahasamoy-${{ github.ref_name }}.apk
4949
env:
5050
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)