mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-09 00:37:31 +00:00
ci: update apk & appbundle path
This commit is contained in:
parent
25b08c5dbc
commit
8f44731eee
4
.github/workflows/spotube-release-binary.yml
vendored
4
.github/workflows/spotube-release-binary.yml
vendored
@ -236,7 +236,7 @@ jobs:
|
|||||||
- name: Build Apk
|
- name: Build Apk
|
||||||
run: |
|
run: |
|
||||||
flutter build apk --flavor ${{ inputs.channel }}
|
flutter build apk --flavor ${{ inputs.channel }}
|
||||||
mv build/app/outputs/apk/release/app-${{ inputs.channel }}-release.apk build/Spotube-android-all-arch.apk
|
mv build/app/outputs/flutter-apk/app-${{ inputs.channel }}-release.apk build/Spotube-android-all-arch.apk
|
||||||
|
|
||||||
- name: Build Playstore AppBundle
|
- name: Build Playstore AppBundle
|
||||||
run: |
|
run: |
|
||||||
@ -246,7 +246,7 @@ jobs:
|
|||||||
xmlstarlet ed -d '//meta-data[@android:name="com.google.android.gms.car.application"]' $MANIFEST > $MANIFEST.tmp
|
xmlstarlet ed -d '//meta-data[@android:name="com.google.android.gms.car.application"]' $MANIFEST > $MANIFEST.tmp
|
||||||
mv $MANIFEST.tmp $MANIFEST
|
mv $MANIFEST.tmp $MANIFEST
|
||||||
flutter build appbundle --flavor ${{ inputs.channel }}
|
flutter build appbundle --flavor ${{ inputs.channel }}
|
||||||
mv build/app/outputs/bundle/release/app-${{ inputs.channel }}-release.aab build/Spotube-playstore-all-arch.aab
|
mv build/app/outputs/bundle/${{ inputs.channel }}Release/app-${{ inputs.channel }}-release.aab build/Spotube-playstore-all-arch.aab
|
||||||
|
|
||||||
- name: Debug With SSH When fails
|
- name: Debug With SSH When fails
|
||||||
if: ${{ failure() && inputs.debug && inputs.channel == 'nightly' }}
|
if: ${{ failure() && inputs.debug && inputs.channel == 'nightly' }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user