Skip to content

Commit

Permalink
Update scripts/prepare_artifacts.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
DianQK committed Sep 5, 2024
1 parent 860e1ff commit d922e10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/prepare_artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pushd app/build/outputs/mapping/release
zip mapping.zip *.txt
popd

find app/build
mv app/build/outputs/bundle/release/app-release.aab app/build/outputs/bundle/release/x-app-release.aab
mv app/build/outputs/mapping/release/mapping.zip app/build/outputs/mapping/release/x-mapping.zip
mv app/build/outputs/native-debug-symbols/release/native-debug-symbols.zip app/build/outputs/native-debug-symbols/release/x-native-debug-symbols.zip
# FIXME: Unable to retrieve this in CI.
# mv app/build/outputs/native-debug-symbols/release/native-debug-symbols.zip app/build/outputs/native-debug-symbols/release/x-native-debug-symbols.zip

0 comments on commit d922e10

Please sign in to comment.