Skip to content

Commit a9f91eb

Browse files
committed
Remove sed commands
1 parent 402ad74 commit a9f91eb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish.yml

-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ jobs:
3838
echo "${{secrets.STORE_FILE}}" | base64 --decode > ${HOME}/keyfile.jks
3939
export STORE_FILE_PATH=${HOME}/keyfile.jks
4040
rustup target add x86_64-linux-android i686-linux-android aarch64-linux-android armv7-linux-androideabi
41-
sed -i '/"run",/a\ *remapCargo.toTypedArray(),' build.gradle.kts
42-
sed -i "s|pythonCommand = \"python3\"|pythonCommand = \"python3\"\n cargoCommand = \"$(which cargo)\"\n rustcCommand = \"$(which rustc)\"\n extraCargoBuildArguments = remapCargo|" build.gradle.kts
4341
export RUSTFLAGS=--remap-path-prefix=$HOME/.cargo=/rust/cargo
4442
./gradlew :app:assembleRelease
4543
./gradlew :app:buildApksRelease

0 commit comments

Comments
 (0)