Skip to content

Commit

Permalink
Merge pull request #114 from prateekmedia:fix--android-build-rename-f…
Browse files Browse the repository at this point in the history
…or-consistency

fix: android build name for consistency
  • Loading branch information
prateekmedia authored Apr 6, 2024
2 parents e56d40c + 74db372 commit af1f136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutterci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Build Flutter app
run: |
flutter build apk
mv build/app/outputs/apk/release/pstube-* artifacts/pstube-android-${{ github.ref_name }}.apk
mv build/app/outputs/apk/release/pstube-* artifacts/pstube-${{ github.ref_name }}-android.apk
- name: Install dependencies
run: sudo apt-get update -y && sudo apt-get install -y libfuse2 libmpv-dev ninja-build libgtk-3-dev dpkg-dev pkg-config rpm
Expand Down

0 comments on commit af1f136

Please sign in to comment.