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 3f33ecd commit 860e1ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/prepare_artifacts.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
#!/bin/bash
#!/usr/bin/env bash

set -e

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

0 comments on commit 860e1ff

Please sign in to comment.