Skip to content

Commit

Permalink
ci: fix apk file path
Browse files Browse the repository at this point in the history
  • Loading branch information
Anxcye committed Sep 3, 2024
1 parent a9d5974 commit e9accc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Rename APKs
run: |
cd app/build/app/outputs/flutter-apk
cd build/app/outputs/flutter-apk
mv app-armeabi-v7a-release.apk Anx-Reader-${{ env.VERSION }}-armeabi-v7a.apk
mv app-arm64-v8a-release.apk Anx-Reader-${{ env.VERSION }}-arm64-v8a.apk
mv app-x86_64-release.apk Anx-Reader-${{ env.VERSION }}-x86_64.apk
Expand Down

0 comments on commit e9accc6

Please sign in to comment.