Skip to content
This repository was archived by the owner on Dec 6, 2025. It is now read-only.

Commit f03720a

Browse files
committed
Merge branch 'main' into release
2 parents 87e70d9 + 3ba9fce commit f03720a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/release-app.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,7 @@ jobs:
125125
run: |
126126
set -eu
127127
#
128-
cd "app/build/outputs"
129-
mv "apk/release/app-release.apk" "apk/release/${{ env.APPLICATION_ID }}_release_v${{ env.VERSION }}_${{ env.COMMIT_HASH }}.apk"
130-
mv "bundle/release/app-release.aab" "bundle/release/${{ env.APPLICATION_ID }}_gplay_v${{ env.VERSION }}_${{ env.COMMIT_HASH }}.aab"
128+
mv "app/build/outputs/bundle/release/app-release.aab" "bundle/release/${{ env.APPLICATION_ID }}_gplay_v${{ env.VERSION }}_${{ env.COMMIT_HASH }}.aab"
131129
#
132130
133131
- uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)