mirror of
https://github.com/bitwarden/android.git
synced 2025-03-14 02:08:48 +03:00
adding the missing flag for sed in the fdroid build (#1613)
This commit is contained in:
parent
69d1de47c6
commit
ea5e4aafa3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -229,7 +229,7 @@ jobs:
|
|||
echo "##### Setting Version Code $BUILD_NUMBER"
|
||||
echo "########################################"
|
||||
|
||||
sed "s/android:versionCode=\"1\"/android:versionCode=\"$BUILD_NUMBER\"/" \
|
||||
sed -i "s/android:versionCode=\"1\"/android:versionCode=\"$BUILD_NUMBER\"/" \
|
||||
./src/Android/Properties/AndroidManifest.xml
|
||||
shell: bash
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue